博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
安装淘宝npm镜像
阅读量:5146 次
发布时间:2019-06-13

本文共 365 字,大约阅读时间需要 1 分钟。

1.临时使用

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

2.持久使用

npm config set registry https://registry.npm.taobao.org
  • 配置后可通过下面方式来验证是否成功 
    npm config get registry
  • 或 
    npm info express

3.通过cnpm使用

npm install -g cnpm --registry=https://registry.npm.taobao.org 
posted on
2018-06-16 18:20 阅读(
...) 评论(
...)

转载于:https://www.cnblogs.com/lglspace/p/9191038.html

你可能感兴趣的文章
VirtualBox安装Ubuntu搭建js环境的注意事项
查看>>
标题:如何使用ShareSDK实现Cocos2d-x的Android/iOS分享与授权
查看>>
Class.getResource和ClassLoader.getResource的区别分析
查看>>
浮躁的心
查看>>
excel之VLOOKUP函数的使用
查看>>
Caused by: java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
查看>>
How to click on a point on an HTML5 canvas in Python selenium webdriver
查看>>
(10)函数参数
查看>>
scrapy项目部署
查看>>
吴裕雄 python 神经网络——TensorFlow 图像预处理完整样例
查看>>
sitemesh布局
查看>>
使用模块定义AngularJS组件
查看>>
更多请查看我的文章
查看>>
POJ 2891
查看>>
qt+opencv 构建项目时报错——no such file or directory
查看>>
uva 1589
查看>>
mysql in(...) 1次取出当前记录及上1条下1条记录, 且使用了主键作为索引
查看>>
java实现计算器
查看>>
周五——3.15
查看>>
转载 调试器工作原理
查看>>