npm WARN deprecated bfj-node4@5.3.1: Switch to the `bfj` package for fixes and new features! npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info. npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor. npm ERR! Error while executing: npm ERR! D:\Software\git\cmd\git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git npm ERR! npm ERR! fatal: unable to connect to github.com: npm ERR! github.com[0: 13.229.188.59]: errno=No such file or directory npm ERR! github.com[1: 52.74.223.119]: errno=No such file or directory npm ERR! github.com[2: 13.250.177.223]: errno=No such file or directory npm ERR! npm ERR! npm ERR! exited with error code: 128

npm ERR! A complete log of this run can be found in: npm ERR!     C:\Users\zhang\AppData\Roaming\npm-cache\_logs\2019-03-04T03_22_57_304Z-debug.log

解决方案

cd 项目根目录

git config --global url."https://".insteadOf git://

最新文章

  1. Matlab 高脚杯模型切片
  2. 如何在页面进入时就加载js
  3. 模板列onclick事件中绑定跳转页参数(onclick location.href Eval)
  4. Lucene.net 实现近实时搜索(NRT)和增量索引
  5. 点击自动显示/隐藏DIV代码。(简单实用)
  6. 某个 UIView的dealloc方法不执行
  7. struts2的标签中得到JSP脚本的变量值
  8. iframe滚动条的一些方法
  9. POJ3692 Kindergarten 【最大独立集】
  10. Oracle11g R2学习系列 之九 PL/SQL语言
  11. python修炼6
  12. redis 基础学习总结
  13. 用js脚本一键下载网页所有图片
  14. mdb导入SqlServer
  15. Web服务,XFire的一个例子
  16. UI设计--大象无形
  17. [Swift]LeetCode222. 完全二叉树的节点个数 | Count Complete Tree Nodes
  18. ef 增加或者更新的习惯思维
  19. Iroha and a Grid AtCoder - 1974(思维水题)
  20. 深入理解Java String类(综合)

热门文章

  1. Java操作Jxl实现数据交互。三部曲——《第一篇》
  2. await Task.Yield(); 超简单理解!
  3. 巧用位运算规律 Flags
  4. Flutter兼容AndroidX
  5. Your Ride Is Here 你的飞碟在这儿 USACO 模拟
  6. 引用dll出现的问题:发生一个或多个错误,引用无效或不支持该引用
  7. 替代not in 和 in 的办法
  8. spring boot+spring security 使用随笔
  9. java Random类(API)
  10. Java入门 - 语言基础 - 18.正则表达式