You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
restart etherpad_lite service;
Service could not restart and failed with error log, This should not have happend, as a User I should be able to opt-in or opt-out to use plugin.
Sep 13 19:29:43 fedora etherpad[303289]: [2024-09-13 19:29:43.494] [INFO] plugins - Running npm to get a list of installed plugins...
Sep 13 19:29:45 fedora etherpad[303289]: [2024-09-13 19:29:45.113] [ERROR] runCmd|npm - npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.js
on was generated for lockfileVersion@2. I'll try to do my best with it!
Sep 13 19:29:45 fedora etherpad[303289]: [2024-09-13 19:29:45.126] [ERROR] runCmd|npm - npm ERR! missing: [email protected], required by etherpad-lite
Sep 13 19:29:45 fedora etherpad[303289]: [2024-09-13 19:29:45.138] [ERROR] server - Error occurred while starting Etherpad
Sep 13 19:29:45 fedora etherpad[303289]: [2024-09-13 19:29:45.139] [ERROR] server - Metrics at time of fatal error:
Config:
I did not had settings.json by default in my repo root dir. So I copied settings.json.template as settings.json
Installation
npm i ep_table_of_contents
ref: https://www.npmjs.com/package/ep_table_of_contentsthis created package.json
restart etherpad_lite service;
Service could not restart and failed with error log, This should not have happend, as a User I should be able to opt-in or opt-out to use plugin.
Config:
I did not had settings.json by default in my repo root dir. So I copied settings.json.template as settings.json
added suggested key: value at the end
Failed with Logs
Removed the plugin, to restore service
npm uninstall ep_table_of_contents
this updated package.json as expected
Removed added key:value from settings.json
restarted service logs:
Fortunately removing setting.json restored service.
Please update the doc for end-to-end enablement in README.
Thanks
The text was updated successfully, but these errors were encountered: