1、npm install 安装依赖报错
npm ERR! Unexpected end of JSON input while parsing near '...:"~3.5.0","chalk":"~1'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\admin\AppData\Roaming\npm-cache\_logs\2020-07-04T07_54_50_108Z-debug.log
2、解决办法
第一步,执行命令 npm cache clean --force
npm cache clean --force
第二步,再次 npm install
npm install