嫌npm指令速度慢的童鞋可以把npm的源转换成国内的即可提高响应速度:

镜像使用方法(三种办法任意一种都能解决问题,建议使用第1或者第3种,将配置写死,下次用的时候配置还在):
1.通过config命令
npm config set registry https://registry.npm.taobao.org
npm info underscore (如果上面配置正确这个命令会有字符串response)
2.命令行指定
npm --registry https://registry.npm.taobao.org info underscore
3.编辑 ~/.npmrc 加入下面内容
registry = https://registry.npm.taobao.org

最新文章

  1. [.net 面向对象程序设计深入](2)UML——在Visual Studio 2013/2015中设计UML用例图
  2. React-native 学习记录
  3. Cadence Allegro元件封装制作流程
  4. C#GDI+图像处理
  5. sqlite入门
  6. iOS 获取系统音量
  7. 使用css3来实现边框圆角效果
  8. cannot restore segment prot after reloc: Permission denied
  9. ALTIUM 10 过孔设置开窗、不开窗
  10. javascript笔记整理(字符串对象)
  11. java 用双向链表实现SJBLinkedList
  12. Vue--props
  13. Ubuntu 16.04 LTS 下安装MATLAB2015b 以及Matlab system error解决办法
  14. (七)大图展示Demo引出的UIScrollView的使用
  15. PiggyMetrics windows 部署
  16. Hdoj 2108.Shape of HDU 题解
  17. MongoDB AUTH结果验证
  18. js中cookie,localStorage(sessionStorage)的存取
  19. CF679E Bear and Bad Powers of 42
  20. 【javascript】js 获取 url 后的参数值

热门文章

  1. 【基础练习】【区间DP】codevs1090 加分二叉树题解
  2. Git 提交更改
  3. jQuery 时间控件推荐
  4. win8.1系统如何激活
  5. thinkphp中memcache的用法实例
  6. oauth2.0服务端与客户端搭建
  7. e616. Determining If a Focus Lost Is Temporary or Permanent
  8. CI框架 -- 核心文件 之 Input.php(输入数据处理文件)
  9. Easyradius 1.699更新,增加用户设备绑定、桥接用户管理功能
  10. Android应用坐标系统全面具体解释