运行npm install时有时会遇到以下错误:
npm ERR! Unexpected end of JSON input while parsing near ...
这时可以先执行下面的命令:
npm cache clean --force
然后再执行npm install就可以了