由于中国网络特殊的网络环境原因,国外部分网站访问速度很慢.

  安装node.js时,使用npm 安装软件速度也很慢,可以使用阿里的cnpm来解决

  官方网址:http://npm.taobao.org

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

  然后安装时使用cnpm来安装,速度会快很多.

cnpm install gulp -g

  

相关文章:

  • 2022-12-23
  • 2021-12-11
  • 2021-10-15
  • 2021-08-02
  • 2021-12-27
  • 2021-03-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-17
  • 2021-05-27
  • 2021-10-02
  • 2021-08-14
  • 2022-01-22
相关资源
相似解决方案