• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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