Was able to get the authoring tool to load and work, but does not seem to be saving anything from Courses to Assets. Mongodb seems to be ok, no errors.
Hi Oscar,
When you click "Add new course", enter some details then click "Save", what happens? What is the output in your terminal? What is the output in your browser's debug console?
Thanks,
Brian
Hi Brian,
After running node server in my case it's "sudo node server" I get this:
{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version
info: [09 Sep 2015 13:09:11 -04:00] Server started listening on port 5000
No activity from the Mongo DB
UPDATE:
When adding an asset, I get this message from terminal:
.write(string, encoding, offset, length) is deprecated. Use write(string[, offset[, length]][, encoding]) instead.
Hi Oscar,
Which version of NodeJS are you using? If you're using the 'master' branch, you must use v0.10.33, see here:
https://github.com/adaptlearning/adapt_authoring#nodejs--npm
Regards,
Brian