Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 15103  / 1 Year ago, sat, april 8, 2023, 10:41:58

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.


More From » css

 Answers
3

Are you using it client-side (in the browser)? If so, it's a single JavaScript file, just download it.



If you're using it server-side (from a NodeJS application), or want the lessc command-line tool, the recommended way to install is using npm (the Node Package Manager):



npm install less


If you don't have npm, it's in the Ubuntu 11.10 repositories:



sudo apt-get install npm


or Using Software Center Install npm via the software center


[#39436] Sunday, April 9, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ofunn

Total Points: 164
Total Questions: 116
Total Answers: 116

Location: Liberia
Member since Fri, Oct 22, 2021
3 Years ago
;