您的位置:首页 > 产品设计 > 产品经理

NPM Unexpected end of JSON input while parsing near

2018-03-14 10:56 831 查看
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:
解决办法:
first:
npm install --registry=https://registry.npm.taobao.org --loglevel=silly
then:
npm cache clean --force
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  npm ERR
相关文章推荐