在创建新的angular 8项目后,我立即在Visual Studio代码上遇到此错误:
PS C:\Users\HP\Desktop\stproject\my-app> npm install
npm ERR! Unexpected end of JSON input while parsing near '...eprecated"},"1.0.4":{'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\HP\AppData\Roaming\npm-cache\_logs\2019-09-27T08_30_00_012Z-debug.log
输出为上述错误,但这是错误的。该项目应该已经可以使用ng serve命令进行服务了。
请帮忙。...