查看当前版本 npm -v
更新到最新版本 npm install -g npm
更新到指定版本 npm -g install npm@5.6.0 (@后面加指定版本号)
https://blog.csdn.net/qwdafedv/article/details/58048935