コマンドnpm install npm@latest -g
を実行すると、以下のエラーが発生します:-
npm WARN tar zlib error: unexpected end of file
npm ERR! cb() never called!
npm ERR! This is an error with npm itself. Please report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\dk\AppData\Roaming\npm-cache\_logs\2018-04-10T03_25_52_880Z-debug.log
私はそれをグーグルで試し、たくさんのことを試みましたが、何もうまくいきませんでした。
実行して解決
Sudo npm cache clean --force
その後、package-lock.jsonとnode_modulesを削除します
そして実行する
npm install