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

Installation problem zlib: unexpected end of file

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

引子

因为公司的电脑是之前同事用过的电脑小L同学把电脑带回家重装系统,来到公司准备重新安装公司的项目发现使用以下命令报错文件夹中也没有node_modules

npm install -D 

解决方案

npm remove nativescript -g
npm cache clear --force
npm install nativescript -g

//如果使用没有效果

npm cache clear --force 
npm install --no-shrinkwrap --update-binary