Picture of inma cagliostro
Unable to install :( Help pls
by inma cagliostro - Saturday, 13 June 2015, 12:02 AM
 

Im designer and very interesting in this great tool i just find, for long in looking for a true tool to build responsive html5 elearning authoring tool and just today seams i find, but im disappointed because im been unable to right install the adapt pack

i just installed all the pre install requirements files, and check on terminal with versions running

then install adapt_framework and adapt_authoring without succes

lets try for steps

first adapt_framework

after "grunt build" commant this happen:

 

** Using theme adapt-contrib-vanilla

** Using menu adapt-contrib-boxMenu

 

Running "jsonlint:src" (jsonlint) task

>> 6 files lint free.

 

Running "check-json" task

 

Running "copy:index" (copy) task

Copied 1 file

 

Running "copy:courseJson" (copy) task

Copied 6 files

 

Running "copy:courseAssets" (copy) task

Created 4 directories, copied 27 files

 

Running "copy:componentsAssets" (copy) task

Copied 13 files

 

Running "copy:extensionsAssets" (copy) task

 

 

Running "copy:menuAssets" (copy) task

 

 

Running "copy:themeAssets" (copy) task

Copied 9 files

 

Running "copy:themeFonts" (copy) task

Copied 4 files

 

Running "copy:main" (copy) task

Created 4 directories, copied 47 files

 

Running "concat:less" (concat) task

File src/less/adapt.less created.

 

Running "less:dist" (less) task

File build/adapt/css/adapt.css created

 

Running "handlebars:compile" (handlebars) task

>> 1 file created.

 

Running "bower:target" (bower) task

Updated RequireJS config with installed Bower components

 

Running "requirejs-bundle:components" (requirejs-bundle) task

Warning: Unable to write "src/components/components.js" file (Error code: EACCES). Use --force to continue.

 

Aborted due to warnings.

 

 

What can i do?

obviously im not a expert terminal user or code programer, but good font end designer advanced user help needed

 

many thanks

Inmaculada 

Picture of Chuck Lorenz
Re: Unable to install :( Help pls
by Chuck Lorenz - Saturday, 13 June 2015, 12:08 PM
 

Hi Inmaculada,

The error code EACCES results from a permissions issue. 

If you are running on Mac or linux...

In another thread Chris Jones provided a link to a quick intro to npm which suggests changing the permissions on your /usr/local folder with this command:

sudo chown -R $USER /usr/local/

Then run your command again. If you encounter the EACCES error after having run the above command, you'll probably need to append sudo to your current command: sudo grunt build

If you're running Windows and encountering  an issue with permissions, try opening a command prompt as administrator and run your commands from within it.

Hope this helps!

Chuck

Picture of inma cagliostro
Re: Unable to install :( Help pls
by inma cagliostro - Sunday, 14 June 2015, 3:47 AM
 

THX so much Chuck

are you on right, im Mac user 

Let me try your advice, hope this doing :)

thx again