hackback
hackback copied to clipboard
cannot find module 'express'
vmc push
node.js:134
Error: Cannot find module 'express'
at Function._resolveFilename (module.js:332:11)
at Function._load (module.js:279:25)
at Module.require (module.js:354:17)
at require (module.js:370:17)
at Object.
As explained on my blog: http://blog.i-evaluation.com/2012/09/17/error-cannot-find-module-express/ problem can be fixed with making sure that environment parameter NODE_PATH is set properly.
export NODE_PATH="C:\Users\IMarek\AppData\Roaming\npm\node_modules"