• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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