npm使用常见问题

设置淘宝镜像源:

  • 查看正在使用的镜像源地址:

    1
    npm config get registry
  • 更换镜像源:

1
npm config set registry http://registry.npm.taobao.org/

推荐文章