Hi folks,
I am grateful, that I can give something back to the community.
This is only the short excerpt of the console.
But the forum is working
Basically, I was just installing the modules, which nodebb meant where missing.
that did the job.
This is my solution,
may it be helpful to others.
$ ./nodebb upgrade
Error: Cannot find module '/opt/nodebb/node_modules/request-promise-native/lib/rp.js'.
$ npm install request-promise-native
$ ./nodebb upgrade
error: uncaughtException: Cannot find module 'request-promise-core/configure/request2'
$ npm install request-promise-core
$ ./nodebb upgrade
error: Error: Cannot find module 'stealthy-require'
$ npm install stealthy-require
NodeBB v3.4.2 Copyright (C) 2013-2023 NodeBB Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain conditions.
For the full license, please visit: http://www.gnu.org/copyleft/gpl.html
Clustering enabled: Spinning up 1 process(es).
2023-09-27T12:18:09.201Z [4567/2922161] - info: Initializing NodeBB v3.4.2
[...]
2023-09-27T12:18:11.071Z [4567/2922161] - info: [api] Adding 0 route(s) to `api/v3/plugins`
2023-09-27T12:18:11.087Z [4567/2922161] - info: [router] Routes added
2023-09-27T12:18:11.090Z [4567/2922161] - info: 🎉 NodeBB Ready
2023-09-27T12:18:11.091Z [4567/2922161] - info: 🤝 Enabling 'trust proxy'
2023-09-27T12:18:11.093Z [4567/2922161] - info: 📡 NodeBB is now listening on: 0.0.0.0:4567
2023-09-27T12:18:11.093Z [4567/2922161] - info: 🔗 Canonical URL: