Picture of wayne luff
Error installing for the first time
by wayne luff - Monday, 3 August 2015, 2:55 PM
 

I'm trying to setup adapt for the first time but having problems. I think I have installed the prerequisites required and have I have managed install grunt using  (npm install -g grunt-cli) in git bash but when I try the command (npm install -g adapt-cli) I get the attached error.

Can anyone help please!


Picture of Matt Leathes
Re: Error installing for the first time
by Matt Leathes - Monday, 3 August 2015, 5:52 PM
 

Seems to be missing the attachment...

Picture of wayne luff
Re: Error installing for the first time
by wayne luff - Tuesday, 4 August 2015, 8:11 AM
 

That's odd it should be there now.

Thanks


Picture of Chris Jones
Re: Error installing for the first time
by Chris Jones - Tuesday, 4 August 2015, 8:29 AM
 

Hello Wayne,

Please check if you have git installed and in your PATH.

You can check this by opening a command prompt and typing "git --version"

It should respond with the currently installed version, if not please install Git for Windows , ensuring you have sufficient privileges.

Many Thanks,

Chris

Picture of wayne luff
Re: Error installing for the first time
by wayne luff - Tuesday, 4 August 2015, 11:59 AM
 

Hello Chris

I had done that but I must have used a different version of git. Any how I have been able to get a lot further I have created a course as you can see from the screen shot below but when I try to view it using (grunt server) command I get the error as seen below.

I have done the  ( npm install -g grunt-cli ) and I have done ( npm install -g grunt ) but still no luck.

Any ideas what I'm doing wrong...

Thanks for your help

Wayne


Picture of Tom Taylor
Re: Error installing for the first time
by Tom Taylor - Tuesday, 4 August 2015, 12:46 PM
 

Hi Wayne,

Your files are contained in a folder called 'adapt_authoring', did you create your course in the authoring tool, or have you done it manually?

Can you also confirm that there is a Gruntfile.js in the directory you're running 'grunt server' in (c/adapt/adapt_authoring)?

Picture of wayne luff
Re: Error installing for the first time
by wayne luff - Wednesday, 5 August 2015, 3:02 PM
 

Thanks for your help much appreciated!

I have fixed the issue now.