【发布时间】:2018-08-26 17:45:49
【问题描述】:
当我运行这个命令时,
npm install -g @angular/cli
我收到此错误,
npm ERR! Unexpected end of JSON input while parsing near '...npackedSize":87169,"n' npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Krishanu\AppData\Roaming\npm-cache\_logs\2018-08-26T09_25_38_336Z-debug.log
我在 Windows 系统上。事情是这在前一天在 linux 上工作,现在在 linux 上我无法创建任何应用程序,
ng new ngapp
此命令显示相同的错误。我尝试切换到不同的网络,但无法正常工作。我还尝试更新node 和npm。
我是角度编程的新手,我不知道出了什么问题。
【问题讨论】:
-
尝试
—verbose标志并在此处给出输出