How to install and run lessc on top of node.js and Windows? How to install and run lessc on top of node.js and Windows? windows windows

How to install and run lessc on top of node.js and Windows?


In a console, run the following:

node C:\Users\Me\AppData\Roaming\npm\node_modules\less\bin\lessc style.less > style.css

style.less must be in the console's directory.


step 1: npm install less -g

step 2: npm i less --save-dev


to get lessc working you have to add

C:\Users\Me\AppData\Roaming\npm

to the path