Closed riedelcastro closed 2 years ago
With npm v7 and later you must pass --no-save --legacy-peer-deps
when installing plugins:
cd /path/to/etherpad-lite
rm package*.json # Clean up after the failed plugin installation.
npm install --no-save --legacy-peer-deps ep_comments_page
Amazing, that worked right away! Thanks so much for the quick reply.
Hi,
I have installed etherpad lite as per the "Manual Installation" section on its README, and ep_comments_page via
npm install ep_comments_page
. We I runsrc/bin/run.sh
, the script breaks and exists with the issue below. I am running npm version 7.11.2 on Mac OS.What could I be doing wrong?