欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

npm WARN tar zlib error: unexpected end of file

程序员文章站 2022-03-03 17:48:24
...

在安装vue项目时报错,提示如下:

npm WARN tar zlib error: unexpected end of file
npm ERR! cb() never called!

解决方法:

npm install --no-package-lock

参数 --no-package-lock 将阻止 npm 创建 package-lock.json 文件,这个错误估计与这个文件的存在有关。

如果运行上面命令,还出现下面的错误:

npm ERR cb() never called

清除缓存再试一下:

npm cache verify