• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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