Picture of Eric Rohrer
Run "node upgrade.js" to update to the latest version
by Eric Rohrer - Wednesday, 2 December 2015, 2:10 AM
 

Noob here... I was able to get the authoring tool installed (adapt origin)! However, when I run "node server" I'm presented with the following:

info: [01 Dec 2015 16:44:14 -07:00] Adapt Builder v0.1.4

info: [01 Dec 2015 16:44:14 -07:00] The Adapt Framework being used is v2.0.1 - v2.0.5 is now available

info: [01 Dec 2015 16:44:14 -07:00] Run "node upgrade.js" to update to the latest version

How do I run "node upgrade.js" to get the update?

 


Picture of John Niezen
Re: Run "node upgrade.js" to update to the latest version
by John Niezen - Wednesday, 2 December 2015, 7:55 AM
 

Same like you started the server.

Just type [node upgrade.js], if you want to get the prompt back after this output, simply type Ctrl-C.

And then the command. Depending how you set your permissions, you might need sudo sometimes.

Picture of Eric Rohrer
Re: Run "node upgrade.js" to update to the latest version
by Eric Rohrer - Wednesday, 2 December 2015, 4:09 PM
 

Thanks, John. I got this to work. I realized that I needed to terminate the node in order to update. Once I did that I was able to execute node upgrade.js