How To Install LESSC Using node.js

Published Date Author: , Posted April 26th, 2012 at 3:49:19pm

I did this as root. YMMV…

gem uninstall less (just in case you used the old way...)

git clone git://github.com/ry/node.git
(or use wget http://nodejs.org/dist/v0.6.15/node-v0.6.15.tar.gz; tar xvzf node-*)

cd node
./configure
make
make install
cd ..
curl http://npmjs.org/install.sh | sh
npm install less
ln -s /usr/lib/nodejs/less/bin/lessc /usr/bin/lessc

Comments reader  No Responses

Eric Stone | Eric M. Stone | Eric Michael Stone | Random Thoughts, Whims and Fancies - Gravatar

www.ericmichaelstone.com/?p=5692 Eric Stone | Eric M. Stone | Eric Michael Stone | Random Thoughts, Whims and Fancies said on April 26, 2012, 6:26 pm:

[…] procedure works, but is OBSOLETE! Please see this post for the latest procedure… 1 2 3 4 5 yum install rubygems ruby-devel gem install rubygems-update gem update rubygems gem […]

Eric Stone | Eric M. Stone | Eric Michael Stone | Random Thoughts, Whims and Fancies - Gravatar

www.ericmichaelstone.com/?p=5842 Eric Stone | Eric M. Stone | Eric Michael Stone | Random Thoughts, Whims and Fancies said on May 24, 2012, 10:12 am:

[…] LESS Compiler […]

Leave Your Comment  Leave a comment

All fields marked with "*" are required.