mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
tests: Pass --legacy-peer-deps
flag to work around npm v7 bug
This flag is unknown to npm v6, but npm v6 silently ignores unknown flags.
This commit is contained in:
parent
588b73f366
commit
6198e92706
9 changed files with 28 additions and 12 deletions
|
@ -9,7 +9,7 @@ Explain what your plugin does and who it's useful for.
|
|||
## Installing
|
||||
|
||||
```
|
||||
npm install --no-save [plugin_name]
|
||||
npm install --no-save --legacy-peer-deps [plugin_name]
|
||||
```
|
||||
|
||||
or Use the Etherpad ``/admin`` interface.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue