• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question How can I fix ""internal/modules/cjs/loader.js:626" for nodebb?

caygri

New Pleskian
Hello I'm writing a tutorial how to install Nodebb on Plesk, now I have this error..someone can help me?



The Phusion Passenger application server tried to start the web application through a Passenger-internal helper tool called the "wrapper". But Passenger was unable to execute that helper tool because it encountered an internal error.

The stdout/stderr output of the subprocess so far is:

internal/modules/cjs/loader.js:626
throw err;
^

Error: Cannot find module 'nconf'
Require stack:
- /var/www/vhosts/serveroutlet.it/forum.serveroutlet.it/app.js
- /usr/share/passenger/helper-scripts/node-loader.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:623:15)
at Function.Module._load (internal/modules/cjs/loader.js:527:27)
at Module.require (internal/modules/cjs/loader.js:681:19)
at Module.require (/usr/share/passenger/helper-scripts/node-loader.js:80:25)
at require (internal/modules/cjs/helpers.js:16:16)
at Object.<anonymous> (/var/www/vhosts/serveroutlet.it/forum.serveroutlet.it/app.js:24:13)
at Module._compile (internal/modules/cjs/loader.js:774:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:785:10)
at Module.load (internal/modules/cjs/loader.js:641:32)
at Function.Module._load (internal/modules/cjs/loader.js:556:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/var/www/vhosts/serveroutlet.it/forum.serveroutlet.it/app.js',
'/usr/share/passenger/helper-scripts/node-loader.js'
]
}
 
Looks like you're missing NodeBB dependencies. What commands did you use to install it?
 
i try to install from link not from shelll
I going to namesite.com/nodebb/install and show this error because I setup nodejs in development node, when i do in production is there another erorr about phusion server.
 
Back
Top