Search code examples
node.jslesswebstorm

Where can you find the less compiler installed in nodeJS


I'm working on a NodeJS project in webstorm. I installed the Less compiler using "npm install less". I cannot find the lessc.cmd file in the NodeJS directory which Webstorm is supposed to use for compilation. Please advise.


Solution

  • lessc should be located in node_modules/.bin/lessc in your projects root directory.