webstorm, node.js and mongodb Permanently deleted user Created November 04, 2012 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.