
1 liteneo 2014-07-08 22:12:53 +08:00 你莫非是直接把本地的node_modules也部署了吧,报这个错也还是可以使用的吧,只不过是使用的是纯js的实现而不是编译的C++模块 |
2 liteneo 2014-07-08 22:18:36 +08:00 看了下github仓库, .gitignore 加 node_modules/ 排除吧,这个部署的时候通过 npm install 安装就好了 |
3 coolicer 2014-07-08 22:21:40 +08:00 好像是没有安装mongodb驱动,我也试过。 |