Dear Adapt Community,
I am just wondering if anyone can help with installing adapt-cli in order to get authpring tool running.
Every time I go for npm install -g adapt-cli
I get the following error:
npm ERR! Linux 3.10.0-514.6.1.el7.x86_64
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "adapt-cli"
npm ERR! node v4.2.6
npm ERR! npm v2.14.12
npm ERR! code ELIFECYCLE
npm ERR! nodegit@0.16.0 install: `node lifecycleScripts/preinstall && node lifecycleScripts/install`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the nodegit@0.16.0 install script 'node lifecycleScripts/preinstall && node lifecycleScripts/install'.
npm ERR! This is most likely a problem with the nodegit package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node lifecycleScripts/preinstall && node lifecycleScripts/install
It seems like all pre-requisites are installed just fine as per https://github.com/adaptlearning/adapt_authoring/wiki/Install-on-Server#1 the following guildeline.
Thank you!