Picture of guzman gon
Error Update Adapt tools
by guzman gon - Thursday, 15 September 2016, 4:37 PM
 

I trie update my adapt_tools v2.0 but  

error run node server and node upgrade.js 


Picture of Helen Bailey
Re: Error Update Adapt tools
by Helen Bailey - Wednesday, 25 January 2017, 5:38 PM
 

If you ever get this type of error above, try running npm install first in your cmd prompt, then run node upgrade.js

npm install

first in your cmd prompt, then run

node upgrade.js
Picture of Jörg Stachowski
Re: Error Update Adapt tools
by Jörg Stachowski - Wednesday, 25 January 2017, 9:44 PM
 

I tried to update Authoring Tool to 0.3.0, too and got the following error  (deleting node_modules and npm install --production doesn't solve the problem):

 

This script will update the Adapt authoring tool (and/or Adapt Framework) to the latest released version. Would you like to continue?
prompt: Y/n:  (Y) y
Checking versions
Currently installed versions:
- Adapt authoring tool: v0.2.2
- Adapt Framework: v2.0.16
Checking for Adapt authoring tool upgrades...
Checking for Adapt Framework upgrades...
Update for Adapt authoring tool is available: v0.3.0
Upgrading the Adapt authoring tool...please hold on!
fatal: Not a git repository (or any of the parent directories): .git

ERROR: 128

 

Picture of Brian Quinn
Re: Error Update Adapt tools
by Brian Quinn - Wednesday, 25 January 2017, 10:27 PM
 

Jörg,

Did you clone the adapt_authoring project when you installed it?  The error indicates that you possibly just downloaded the zip file.

Brian

Picture of Jörg Stachowski
Re: Error Update Adapt tools
by Jörg Stachowski - Wednesday, 25 January 2017, 10:40 PM
 

Hello Brian,

I'm not really sure because I did the develeper install with MongoDB some months ago as written in the documentation. So I believe I cloned the file. 


Last updates of the authoring tool worked fine and I see this error the first time.

Jörg

 

Picture of Jörg Stachowski
Re: Error Update Adapt tools
by Jörg Stachowski - Thursday, 26 January 2017, 7:46 PM
 

Hello Brian,

probably I have to correct the last post. I have two installations: one with a .git directory one without.

Unfortunately the test Installation is fine and the working Installation not. Any ideas how to fix this problem without loosing the courses? Perhaps I can copy the .git directory and delete latest entry in logfile?

TIA Jörg