• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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