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

npm 升級到最新版本

//linux下
npm install -g npm

npm升級到指定版本

//好比升級到5.6.0
npm install -g npm@5.6.0
相關文章
相關標籤/搜索