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

@ -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