Picture of Neil Davis
Re: Install authoring tool error
by Neil Davis - Tuesday, 23 January 2018, 1:24 PM
 

Ive got MongoDB running now but on running 'node install', i'm getting the following error even though Mongo DB is running. Any ideas?

 

(node:5948) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
ERROR: Cannot connect to the MongoDB 'adapt-tenant-master' at 'localhost:27017'. Please check the details are correct and the database is running.

Install was unsuccessful. Please check the console output

Picture of Cosmin Simion
Re: Install authoring tool error
by Cosmin Simion - Monday, 5 February 2018, 10:38 AM
 

Hey Neil,

I've been running on same Mongo related errors. You can try running MongoDB as a service for your Operating System. If you are running Windows, follow the next steps:

Make sure that you added you /bin directory to you system variable PATH

First I executed this command:

D:\mongodb\bin>mongod --remove

First I executed this command after opening command prompt as administrator:

D:\mongodb\bin>mongod --dbpath=D:\mongodb --logpath=D:\mongodb\log.txt --install

After that right there in the command prompt execute:

services.msc

And look for MongoDB service and click start.

 

After this, just go back to node install for Adapt Authoring Tool. You should be good to go.

 

Picture of Sailesh Sundram
Re: Install authoring tool error
by Sailesh Sundram - Sunday, 11 February 2018, 11:10 PM
 

Hi Guys,

 

I'm getting the same original error

module.js:540
throw err;

 

I've checked that I have MongoDB running and I have the latest Node 6.1 version installed... any suggestions what I should try? I'm a newbie, so please be kind.