Vue中使用npm install报错
Vue中使用npm install报错,解决方案来啦~报错信息:npm ERR! Unexpected end of JSON input while parsing near ‘…sh_time":141072930277’
·
Vue中使用npm install报错
在使用Webstorm打开一个新的Vue工程的时候,Webstrom会提示你需要使用npm install,结果出现
npm ERR! Unexpected end of JSON input while parsing near '...sh_time":141072930277'
经过百度,我查询到解决方案1
1.控制台输入 npm cache clean --force
执行成功后
即出现 npm WARN using --force I sure hope you know what you are doing.
如果执行不成功,一直输入 npm cache clean --force直至执行成功
2.输入 npm install
然而,这种方法对我没用
解决方案2来啦~
使用淘宝镜像来安装
1.安装淘宝镜像 npm install -g cnpm --registry=https://registry.npm.taobao.org
2.在控制台输入 cnpm install
因为我之前安装过淘宝镜像,所以我直接输入的 cnpm install
就这样,bug解决啦
更多推荐
已为社区贡献1条内容
所有评论(0)