Cannot find module 'nconf'
-
Hi guys and girls,
I installed Node.js, npm, got nodeBB from github, opened with VS, ran the project and got the below
What am i missing here?
-
Given that is the first line of code, it appears you neglected to install the dependent modules by running
npm i
Also, It seems you did not install MongoDB. NodeBB requires a MongoDB and/or Redis database. You will need to install one locally unless you are using a remote solution.
One more thing, using
git clone
is recommended over downloading the source, as it provides an easier upgrade path. -
Ok managed! Not so stupid after all... Thanks!
-
Another question. I am trying to initialize my nodeBB on my local pc. I create my database as follows
Then I give the necessary information at the installer page
After some time, the response is this one
Any ideas what might be wrong?
-
@panagiotis-charalampous Try following this guide on Ubuntu.