欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

npm设置淘宝镜像

程序员文章站 2022-05-30 20:07:11
...

临时使用

npm --registry https://registry.npm.taobao.org install express

永久使用

npm config set registry https://registry.npm.taobao.org

可通过命令

npm config get registry

查看是否安装成功

显示如下即为安装成功
npm设置淘宝镜像