node jitsu Error: Cannot find module 'xmlhttprequest'

1.2k views Asked by At

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.

0

There are 0 answers