Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
installDeps.sh: do not modify package.json when installing dependencies
installDeps.sh's only side effect should be to actually install dependencies according to a configuration file, and not to modify it. Adding --no-save to the npm command line forces npm to have a read only access to package.json. Old npm versions seem to support --no-XXX style flags even if not documented (see npm/npm#14285 (comment)) Tested with npm 3.5.2 and 6.1.0 Fixes #3396
- Loading branch information