plugins: Always install plugins with --no-save

The npm CLI can get confused if `package.json` or `package-lock.json`
exist.
This commit is contained in:
Richard Hansen 2021-02-18 03:13:09 -05:00 committed by John McLear
parent b3b5af3c3c
commit 6163339c0d
8 changed files with 12 additions and 9 deletions

View file

@ -7,8 +7,8 @@ execute its own functionality based on these events.
Publicly available plugins can be found in the npm registry (see
<https://npmjs.org>). Etherpad's naming convention for plugins is to prefix your
plugins with `ep_`. So, e.g. it's `ep_flubberworms`. Thus you can install
plugins from npm, using `npm install ep_flubberworm` in Etherpad's root
directory.
plugins from npm, using `npm install --no-save ep_flubberworm` in Etherpad's
root directory.
You can also browse to `http://yourEtherpadInstan.ce/admin/plugins`, which will
list all installed plugins and those available on npm. It even provides