eb-disable-npm
eb-disable-npm copied to clipboard
[unsupported] Disables npm in Elastic Beanstalk environments.
Disabling NPM shell scripts fails to start my nodejs app. I get a package.json not found error. I really wish there was an easier way to bypass NPM install errors...
error
``` /node_modules/eb-disable-npm > install-files source path.js:7 throw new TypeError('Path must be a string. Received ' + inspect(path)); ^ TypeError: Path must be a string. Received undefined at assertPath (path.js:7:11) at...
Hi, First of all thanks for this simple and so useful script. I was using your first version (eb-fix-npm) and now using this because I deploy the app directly with...