Hello,
I am trying to install adapt authoring tool from the learningpool-merge branch. (https://github.com/adaptlearning/adapt_authoring/tree/learningpool-merge)
When I run the install script "node install", I am getting the following error
administrator@cwrtp-adapt:~/adapt_authoring$ node install
module.js:338
throw err;
^
Error: Cannot find module '/home/administrator/adapt_authoring/install'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Function.Module.runMain (module.js:501:10)
at startup (node.js:129:16)
at node.js:814:3
I see that the $NODE_PATH is not set from the echo $NODE_PATH. So I tried: export NODE_PATH=/home/administrator/node_modules
And ran the node install command, but still got the error above. Any help is appreciated.
Thank you.