npmインストールvue開発環境時報エラー


npm install「Unexpected end of JSON input while parsing near」エラー解決方法
npm cache clean --force

pm installで「Unexpected end of JSON input while parsing near」エラーが発生しました.
npm WARN deprecated [email protected]: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0
解決策1:バージョンダウン
npm install [email protected] -g

解決策2:npmの更新
npm cache clean -f
npm install npm -g