Skip to content

npm 升级

升级操作

  • 直接升级到最新: npm install -g npm
  • 指定版本升级: npm install -g npm@<version>

Released under the MIT License.