mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -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
|
@ -105,7 +105,7 @@ Etherpad is very customizable through plugins. Instructions for installing theme
|
|||
Run the following command in your Etherpad folder to get all of the features visible in the demo gif:
|
||||
|
||||
```
|
||||
npm install ep_headings2 ep_markdown ep_comments_page ep_align ep_font_color ep_webrtc ep_embedded_hyperlinks2
|
||||
npm install --no-save ep_headings2 ep_markdown ep_comments_page ep_align ep_font_color ep_webrtc ep_embedded_hyperlinks2
|
||||
```
|
||||
|
||||
## Customize the style with skin variants
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue