My CSS is compiled in a node application using lessc. LESS was installed via NPM.
When I check the current version of
lessc --version
it shows
lessc 1.3.3 (LESS Compiler) [Ruby] 2.3.2
How can I change it to display
lessc 1.3.0 (LESS Compiler) [Javascript]
so that I can compile my css successfully?