[原文发表地址]Installing and Running node.js applications within IIS on Windows - Are you mad? [原文发表时间]2011-08-28 08:03 我们团队中的一些成员正在努力优化node.js在Windows上的运行效果.你可能会问一些问题. 首先,node.js是什么? 如果你不熟悉node.js,我要说这是一个炙手可热的新型web编程工具包.要是你没听说过会让你觉得自己很过时,就好像几年前Rail上的Ruby那…
by zhangxinxu from http://www.zhangxinxu.com/wordpress/?p=6154 本文可全文转载,但需得到原作者书面许可,同时保留原作者和出处,摘要引流则随意. 最近,把团队内经常使用的一个基于Node.js制作的小工具给做成了可视化操作的桌面软件,使用的是electron,这里简单分享一下使用electron的一些经验和心得. 一.如何使用electron把基本的开发环境给跑起来? 我是这么处理的,electron官方提供了一个名为“electron…
一.cannot find module “lodash” 项目运行时出现以下错误: Error: Cannot find module 'lodash' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at Obj…