eb-disable-npm icon indicating copy to clipboard operation
eb-disable-npm copied to clipboard

[unsupported] Disables npm in Elastic Beanstalk environments.

Results 3 eb-disable-npm issues
Sort by recently updated
recently updated
newest added

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...

``` /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...