npm升降版本

降级
举例:降级到4
npm install npm@4 -g(@后跟版本号,若跟的是大版本,则更新到对应大版本最新的小版本)
npm install npm@4.1.2 -g(更新到指定版本)

升级
npm install npm -g(更新到最新版本)

发表评论