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:
Richard Hansen 2021-02-15 19:10:55 -05:00
parent 588b73f366
commit 6198e92706
9 changed files with 28 additions and 12 deletions

View file

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