I Installed Nodejs, then installed the LESS command line compiler.
$ npm install -g less uglify-js
From here: http://twitter.github.com/bootstrap/less.html#compiling
Now getting the following error when i run the Make
Command.
sh.exe": make: command not found
Any clues why? Thanks much!
You don't have a GNU
make
utility available. You can get make in many ways:I'm sure there are other possibilities as well, these are the ones I can think of right now.