After installation, I ran npm install bcrypt (in /opt/etherpad/src).
bcrypt is listed, when I run (in /opt/etherpad/src) npm list.
/opt/etherpad/src$ npm list
ep_etherpad-lite@1.9.4 /opt/etherpad/src
├── async@3.2.4
├── axios@1.6.0
├── bcrypt@5.1.1
....
@JohnMcLear What can be the problem, that the library is not found? I have no idea how to fix this issue.
When I run npm install bcrypt in /opt/etherpad, all modules are gone and etherpad is not working.
Please can you assist.
(running latest code on latest debian).
npm version10.2.0