摘要: 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 阅读全文
posted @ 2014-07-30 20:29 Zhentiw 阅读(154) 评论(0) 推荐(0) 编辑
摘要: Add two dependencies to your package.json file, connect and underscore. You'll want to useconnect version 2.2.1 and underscore version 1.3.3. package. 阅读全文
posted @ 2014-07-30 20:25 Zhentiw 阅读(152) 评论(0) 推荐(0) 编辑
摘要: Even though we knowpipedoes all the heavy lifting for us when dealing with backpressure, it's still a good idea for us to know about what is going on.... 阅读全文
posted @ 2014-07-30 19:03 Zhentiw 阅读(174) 评论(0) 推荐(0) 编辑