Replace the npm mirror address with Taobao

  1. View the mirror address:
$ npm get registry
  1. Configure Taobao mirror address:
$ npm config set registry http://registry.npm.taobao.org/
  1. Confirm whether the switch is successful:
$ npm config get registry

Guess you like

Origin blog.csdn.net/Menqq/article/details/109812849