I've installed Etherpad-Lite 1.9.7 manually (git + installDeps) as documented, with the nginx reverse proxy.
Use of Node 20.15 on Debian 12.
Etherpad is started as a service.
I've a bunch of working plugins (all recent and maintained), but the only one that adds a route is ep_adminpads2 and when going to /admin/pads, I get this message : Cannot GET /admin/pads.
Looking to journactl, I can see this error :
[ERROR] settings - Failed to load hook function "/home/etherpad/etherpad-lite/plugin_packages/ep_adminpads2:eejsBlock_adminMenu" for plugin "ep_adminpads2" part "ep_adminpads2" hook set "hooks" hook "eejsBlock_adminMenu": Error: Cannot find module 'cheerio'
The cheerio module is there, in the plugin_packages directory.
Any idea ?
Does this plugin supports the new plugin_packages directory feature introduced in 1.9.7 ?
Hello !
I've installed Etherpad-Lite 1.9.7 manually (git + installDeps) as documented, with the nginx reverse proxy. Use of Node 20.15 on Debian 12. Etherpad is started as a service.
I've a bunch of working plugins (all recent and maintained), but the only one that adds a route is ep_adminpads2 and when going to /admin/pads, I get this message :
Cannot GET /admin/pads
.Looking to journactl, I can see this error :
The cheerio module is there, in the
plugin_packages
directory.Any idea ? Does this plugin supports the new
plugin_packages
directory feature introduced in 1.9.7 ?Thx !