muxator c4918efc1b 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 https://github.com/npm/npm/issues/14285#issuecomment-254298519)

Tested with npm 3.5.2 and 6.1.0

Fixes #3396
2018-07-14 17:54:26 +02:00
..
2013-11-24 13:08:26 +00:00
2017-11-20 08:46:24 +00:00
2014-11-26 19:28:49 +00:00
2018-03-28 22:38:30 +11:00
2015-05-30 15:14:40 +02:00
2018-03-01 07:57:46 +01:00