I am using lessc to compile my css in a node application. LESS was installed via NPM.
Currently the output of
lessc --version
is
lessc 1.3.3 (LESS Compiler) [Ruby] 2.3.2
How do I get it to say
lessc 1.3.0 (LESS Compiler) [Javascript]
in order to compile my css?