icecream-lling

方法一: 安装cnpm

1.安装淘宝cnpm

npm install -g cnpm --registry=https://registry.npm.taobao.org

2.直接cnpm使用

cnpm install

 

方法二: 切换npm镜像地址

1.切换到淘宝cnpm

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

2.检查

npm config get registry

3.还原npm

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

分类:

技术点:

相关文章:

  • 2021-11-02
  • 2021-11-02
  • 2021-07-06
  • 2022-01-11
  • 2021-07-14
  • 2021-09-14
  • 2021-12-20
  • 2021-08-04
猜你喜欢
  • 2021-11-02
  • 2021-12-19
  • 2021-11-02
  • 2021-11-02
  • 2021-11-11
  • 2021-08-22
  • 2021-11-13
相关资源
相似解决方案