You can install less css compiler easy:
apt-get install lessc
But that only installs version 1.1.0. How can you update to the very latest version?
(The latest version is 1.3.0)
-- update --
- I want to use the lessc command-line tool, not the client-side implentation.
npm WARN publish-everything less@1.3.0 Adding entire directory to tarball. Please add a
andnpm WARN publish-everything less@1.3.0 .npmignore or specify a 'files' array in the package.json
– Gerard Roche Apr 07 '12 at 10:17npm
is warning you thatless
doesn't specify which files to package up when installing the package. You might want to file a bug report with the developers, but it should be harmless. – Søren Løvborg Apr 07 '12 at 14:13