1. ホーム
  2. node.js

[解決済み】NPMインストールエラー:解析中の予期せぬJSON入力の終了 '...nt-webpack-plugin": "0'' 付近。

2022-02-21 13:20:48

質問

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

エラーログはこちら

解決方法を教えてください。

私はこれで解決しました。

Windows Powershellを起動します。 管理者として

npm cache clean --force
npm install -g @angular/cli

https://devblogs.microsoft.com/premier-developer/getting-started-with-node-js-angular-and-visual-studio-code/