I'm deploying my app on Nodejitsu and I have a custom module that I have npm linked. I've added this module to my bundled dependencies but the deployment throws issues that it can't find the modules that the bundled dependency is dependent on.
These dependencies are listed in its package.json but for some reason aren't getting pulled in.
Any ideas?
Thanks!