webstorm, node.js and mongodb Permanently deleted user 创建于 2012年11月04日 14:28 I have added the following line to a node.js application:var mongo = require("mongo");I get an exception.I didnpm install mongoand it succeededSo why is it not being found
Is it being found if you run your app in terminal manually?
Try using
worked for me.