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