ichenchao

npm 升级到最新版本

//linux下
npm install -g npm

npm升级到指定版本

//比如升级到5.6.0
npm install -g npm@5.6.0

分类:

技术点:

相关文章: