美文网首页
NPM Unexpected end of JSON input

NPM Unexpected end of JSON input

作者: 程序员同行者 | 来源:发表于2018-09-08 20:08 被阅读0次

npm install 报错:

1.NPM Unexpected end of JSON input while parsing near
2.npm ERR! A complete log of this run can be found in:

解决办法:
先执行

npm cache clean --force

在执行

npm install --registry=https://registry.npm.taobao.org

相关文章

网友评论

      本文标题:NPM Unexpected end of JSON input

      本文链接:https://www.haomeiwen.com/subject/rsylgftx.html