Need Freelancer to install NodeBB
-
@phit I am using the latest version...but still i get this mongodb depreciation message everytime, no matter what nodebb tutorial i use. I have tried every official nodebb tutorial. Redis tutorial seems to be working, but got stuck at the end when trying to connect redis with user and pass
-
@roy.miller said in Need Freelancer to install NodeBB:
@phit I am using the latest version...but still i get this mongodb depreciation message everytime, no matter what nodebb tutorial i use. I have tried every official nodebb tutorial. Redis tutorial seems to be working, but got stuck at the end when trying to connect redis with user and pass
you obviously don't have the latest version, otherwise that warning wouldn't come up.. again what is your OS?
-
@julian I have tried all of these tutorials at least 30 times, but everytime ends with error.
During MongoDB connection check, it fails....
---production command shows this error everytime....
But my mongodb is updated...here is the snapshot....
Then the next Setup command shows this.....
-
@roy.miller you're running
./nodebb setup
it withsudo
. That's probably your problem. -
@roy.miller I'm not sure why mongo isn't connecting. Have you tried without authentication, first?
-
@roy.miller how much memory does your DO droplet have? It could be that the npm install is running out of memory, but that's unlikely.
Try running
npm ls
after runningnpm install --production
. Those npm warnings are not errors. You can ignore them.