Unexpected end of JSON input while parsing near '[email protected]/run-sequence' Angular6
前言 |
解决办法 |
2、进入你的项目目录:cd 项目名称
3、重新设置链接:npm set registry https://registry.npmjs.org/
4、重置cache:npm cache clean --force
5、npm install yarn
6、yarn
7、如果失败重新运行:4、5、6
8、启动服务:ng serve -o
即可解决