Installation error

82 views
Skip to first unread message

Gregory Bevilaqua

unread,
Jul 24, 2015, 12:03:38 PM7/24/15
to ICA-AtoM Users
Good afternoon,

I'm trying to install linux on the AtoM 2.2 via shell and manually. After downloading all the contents GIT asks me compile the CSS, execute all commands and in the end when I type the Make it shows this error.

Does anyone know the solution to fix this problem?



root@AtoM:/usr/share/nginx/atom/plugins/arDominionPlugin# sudo make

Running LESS compiler...
lessc --compress --relative-urls css/main.less > css/main.css
/usr/bin/env: node: Arquivo ou diretório não encontrado
Makefile:4: recipe for target 'less' failed
make: *** [less] Error 127


Thanks

Dan Gillean

unread,
Jul 24, 2015, 1:54:14 PM7/24/15
to ica-ato...@googlegroups.com
Hi Gregory,

Can you check what version of LESS you have installed? We have found that some of the most recent versions do not currently work as expected with AtoM. Make sure you have a version of LESS that is lower than 2.0.0.

Otherwise, we might need more information about your installation environment to be able to assist.

Cheers,

Dan Gillean, MAS, MLIS
AtoM Product Manager / Systems Analyst,
Artefactual Systems, Inc.
604-527-2056
@accesstomemory

--
You received this message because you are subscribed to the Google Groups "ICA-AtoM Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ica-atom-user...@googlegroups.com.
To post to this group, send email to ica-ato...@googlegroups.com.
Visit this group at http://groups.google.com/group/ica-atom-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/2a75ce89-94a4-41af-a278-3e106afae416%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Gregory Bevilaqua

unread,
Jul 25, 2015, 11:01:42 AM7/25/15
to ICA-AtoM Users, d...@artefactual.com
Hi Dan,

A version of my OS is: Ubuntu 15.04
and the Atom 2.2.x.

So how repair this error installation?

Thanksss,

José Anjos

unread,
Jul 12, 2018, 11:26:25 AM7/12/18
to AtoM Users
Old topic but the problem keeps
This should be fixed at a long time ago but are not.
Here is the solution: http://www.onurguzel.com/install-less-on-ubuntu-with-npm/

Because the command name of the node.js is nodejs (instead of node) on Ubuntu, when the installation is complete, you need to change this first line of lessc command.
Open /usr/local/bin/lessc with your favorite text editor (with root privileges), and change the end of the first line from node to nodejs.

-#!/usr/bin/env node
+#!/usr/bin/env nodejs
Reply all
Reply to author
Forward
0 new messages