npm ERR! Unexpected end of JSON input while parsing near '...ostcss-modules-values'
npm 一个神坑当前npm版本 5.6.0node版本8.11.3在使用 vue create paascloud-uac-web的时候报错npm ERR! Unexpected end of JSON input while parsing near '...ostcss-modules-values'npm ERR! A complete log of this run ...
·
npm 一个神坑
当前npm版本 5.6.0
node版本8.11.3
在使用 vue create paascloud-uac-web的时候报错
npm ERR! Unexpected end of JSON input while parsing near '...ostcss-modules-values'
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/liuzhaoming/.npm/_logs/2018-06-28T12_11_20_108Z-debug.log
command failed: npm install --loglevel error --registry=https://registry.npm.taobao.org --disturl=https://npm.taobao.org/dist
尝试使用 vue ui解决 无效
卸载 node 无效
mac 卸载node的方式
sudo rm -rf /usr/local/{bin/{node,npm},lib/node_modules/npm,lib/node,share/man/*/node.*}
最后清除npm cache问题解决, 这里记录一下, 希望能帮到有缘人
npm cache clean --force
更多推荐
已为社区贡献5条内容
所有评论(0)