pm upgrade to the latest version, the specified version

Npm upgrade to the latest version

//linux下
npm install -g npm

Npm to specify the version upgrade

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

Guess you like

Origin www.cnblogs.com/telwanggs/p/12033169.html