mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -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,7 +7,10 @@ Explain what your plugin does and who it's useful for.
|
|||

|
||||
|
||||
## Installing
|
||||
npm install [plugin_name]
|
||||
|
||||
```
|
||||
npm install --no-save [plugin_name]
|
||||
```
|
||||
|
||||
or Use the Etherpad ``/admin`` interface.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue