npm报错
- 更新npm:
npm install npm@latest -g
报错:Unexpected end of JSON input while parsing near '...*"},"devDependencies"'
解决方法:npm cache clean --force
(npm 清除cache)
- @vue/cli 创建项目npm 安装node-sass错误
npm ERR! path C:\Users\liyangjing\frontend\customer-system-mobile\node_modules\node-sass
解决方法:进入项目,用cnpm(淘宝镜像安装) install,继续报错:
手动安装缺失包
npm i sass@^1.3.0
npm i fibers@3.1.0
安装fibers还是报错,但此时再次运行cnpm install
,发现所有包都安装完成了