如何一键更新package.json
npm i -g npm-check-updates
ncu -u
npm install
npm install 碰到 zlib: unexpected end of file 莫慌张
npm cache clean --force
能救命
npm 安装特定版本
npm install -g npm@5.4.0
npm i -g npm-check-updates
ncu -u
npm install
npm cache clean --force
能救命
npm install -g npm@5.4.0
本文标题:Nodejs常见问题处理方法(持续更新中)
本文链接:https://www.haomeiwen.com/subject/kambrqtx.html
网友评论