etherpad-lite/bin
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
..
deb-src cp readme on build 2013-11-24 13:08:26 +00:00
doc Update package.json 2017-11-20 08:46:24 +00:00
backendTests.sh tidy up and re-organize 2014-11-26 19:28:49 +00:00
buildDebian.sh Typos and minor fixes in bin, doc, and root 2017-09-14 13:33:27 +02:00
buildForWindows.sh Updated node version for windows to 8.9.0 2017-11-04 17:02:25 +01:00
checkAllPads.js checkAllPads: Increase performance/resilience 2018-03-09 14:02:22 +01:00
checkPad.js Typos and minor fixes in bin, doc, and root 2017-09-14 13:33:27 +02:00
cleanRun.sh Fix bug with cleanRun.sh 2018-03-28 22:38:30 +11:00
convert.js Use current mysql client API 2015-05-30 15:14:40 +02:00
convertSettings.json.template Fixed some problems with the database convertion 2011-11-25 17:56:50 -08:00
createRelease.sh createRelease.sh: changelog editing failed for multiline messages 2018-05-04 00:36:09 +02:00
debugRun.sh Typos and minor fixes in bin, doc, and root 2017-09-14 13:33:27 +02:00
deletePad.js Typos and minor fixes in bin, doc, and root 2017-09-14 13:33:27 +02:00
dirty-db-cleaner.py specify python version 2018-03-01 07:57:46 +01:00
extractPadData.js Typos and minor fixes in bin, doc, and root 2017-09-14 13:33:27 +02:00
importSqlFile.js Typos and minor fixes in bin, doc, and root 2017-09-14 13:33:27 +02:00
installDeps.sh installDeps.sh: do not modify package.json when installing dependencies 2018-07-14 17:54:26 +02:00
installOnWindows.bat Merge pull request #3242 from BenaeSan/master 2018-04-03 13:06:30 +01:00
migrateDirtyDBtoRealDB.js Fix module paths for db migration script 2016-06-08 19:43:53 +02:00
rebuildPad.js Give better error message when rebuildPad.js hits a non-existing rev. 2015-10-07 12:42:19 +02:00
repairPad.js Typos and minor fixes in bin, doc, and root 2017-09-14 13:33:27 +02:00
run.sh Typos and minor fixes in bin, doc, and root 2017-09-14 13:33:27 +02:00
safeRun.sh Typos and minor fixes in bin, doc, and root 2017-09-14 13:33:27 +02:00
updatePlugins.sh cleaner update logic doesnt error when nothing to do 2015-04-26 14:42:21 +01:00