Trying to deploy a node.js app to nodejitsu. fails to deploy with the Error: Cannot find module 'xmlhttprequest'. xmlhttprequest is local node_modules and package.json. gitignore is not excluding node_modules.
App works properly when run locally but won't deploy.