after mongoDB-Update, nodeBB doesn't work
-
Hi,
We have updated mongoDB to the latest version, all works fine with mongoDB, but nodeBB won't start.
npm start doesn't give some informations.
Testing this:
node app.jsGive this:
/home/nodebb/node_modules/nconf/package.json:2
"name": "nconf",
^node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
SyntaxError: Unexpected token :
at Module._compile (module.js:406:25)
at Object..js (module.js:417:10)
at Module.load (module.js:343:31)
at Function._load (module.js:302:12)
at require (module.js:355:19)
at Object.<anonymous> (/home/nodebb/node_modules/nconf/lib/nconf.js:21:17)
at Module._compile (module.js:411:26)
at Object..js (module.js:417:10)
at Module.load (module.js:343:31)
at Function._load (module.js:302:12)The package.json seems ok. No BOM or something like this.
I have reinstalled nodeBB on an different folder, it results in the same message..Can someone help with this?
Thanks!
-
What version of node and npm do you have installed?