我正在Windows机器上安装了node和npm。尝试在React应用上工作并且无法使用以下命令安装React:
npm install -g create-react-app
错误:
npm ERR! code Z_BUF_ERROR
npm ERR! errno -5
npm ERR! zlib: unexpected end of file
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\MyName\AppData\Roaming\npm-cache\_logs\2019-05-11T17_56_06_899Z-debug.log
答案 0 :(得分:0)
尝试运行npm cache clear --force,作为一个重要提示,只有在知道自己在做什么的情况下,才使用--force运行它。