新しいAngular 5プロジェクトを作成する場合:
ノードのバージョン:8.9.2
npmバージョン:5.5.1
私のコマンドは
npm install -g @angular/cli
エラーは
npm ERR! **Unexpected end of JSON input while parsing near '...nt-webpack-plugin":"0'**
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Aashitec\AppData\Roaming\npm-cache\_logs\2017-12-06T13_10_10_729Z-debug.log
エラーログはhttp://www.aashitechno.in/2017-12-06T13_10_10_729Z-debug.logです。
npm cache clean --force
は私のために働く、ありがとう!
sudo npm cache clean --force
sudo npm cache verify
sudo npm i npm@latest -g
これらのコマンドは私にとってはうまくいった