查看npm当前版本

npm -v

升级到最新版本

npm install -g npm

升级到指定版本

npm -g install npm@6.8.0

相关文章: