Update the versions on your dependencies to be a little more flexible, adding the ~ in front of your versions.

package.json

{
"name": "My Awesome Node App",
"version": "1",
"dependencies": {
"connect": "2.2.1",
"underscore": "1.3.3"
}
}

Answer:

{
"name": "My Awesome Node App",
"version": "1",
"dependencies": {
"connect": "~2.2.1",
"underscore": "~1.3.3"
}
} //~2.2.1 --> >=2.2.1 > 2.3.0
//~2.2 --> >=2.2 < 3.0.0
//~2 --> >=2 < 3.0.0

最新文章

  1. bzoj 1798 [Ahoi2009]Seq 维护序列seq
  2. CF402E Strictly Positive Matrix 传递闭包用强连通分量判断
  3. thymeleaf模板引擎shiro集成框架
  4. (二)、Struts第二天
  5. Java多线程学习笔记(一)——Thread类中方法介绍
  6. JPush简单Java服务端案例实现
  7. Spring配置属性文件
  8. 二叉搜索树 (BST) 的创建以及遍历
  9. win8.1下无法运行vc++6.0的解决方法
  10. Docker最全教程之树莓派和Docker(十五)
  11. Python交互图表可视化Bokeh:3. 散点图
  12. 深入理解Java虚拟机二之Java内存区域与内存溢出异常
  13. 一个程序如何在调试时退出调试或退出while循环
  14. mysql优化之使用iotop+pt-ioprofile定位具体top io文件
  15. 定位cpu内存问题
  16. 『PyTorch』第十一弹_torch.optim优化器
  17. PAT L3-008 喊山(广搜)
  18. go数据类型之基本类型
  19. Activiti - 新一代的开源BPM引擎
  20. B - Bridging signals (LIS)

热门文章

  1. euclidea 3.0 全三星 攻略
  2. Codeforces Round #228 (Div. 1) C. Fox and Card Game 博弈
  3. Codeforces Round #228 (Div. 1) B. Fox and Minimal path 构造
  4. UVALive 6661 Equal Sum Sets
  5. windows下tomcat的安装配置
  6. flex socket policy
  7. 《TCP/IP具体解释卷2:实现》笔记--IP:网际协议
  8. BTA 常问的 Java基础40道常见面试题及详细答案
  9. KJHttp框架使用讲解
  10. ExtJs 起始日期 结束日期 验证