npm 更新到最新的版本或者更新到指定的版本 查看npm的当前版本 npm -v //6.1.2 更新到最新版本: npm install -g npm 更新到指定版本: npm -g install npm@6.8.0