升级

# npm升级到最新版本

npm install -g npm

降级

# 6.14就是你想要降的版本

npm install npm@6.14 -g