npm升级到最新版本、指定版本

npm 升级到最新版本

//linux下
npm install -g npm

npm升级到指定版本

//好比升级到5.6.0
npm install -g npm@5.6.0
相关文章
相关标签/搜索