npm install 报错Installing ERROR | Unexpected end of JSON input while parsing near '解决方案
Installing ERROR | Unexpected end of JSON input while parsing near '
1.删除 node-modules
npm cache clean --force
npm install
if false
2.删除package.lock.json
再试一下1.