1. 程式人生 > >Installation problem zlib: unexpected end of file

Installation problem zlib: unexpected end of file

引子

因為公司的電腦是之前同事用過的電腦小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