mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 10:26:15 -04:00
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:
parent
b3b5af3c3c
commit
6163339c0d
8 changed files with 12 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue