Skip to content Skip to sidebar Skip to footer

Lessc Using Ruby Instead Of Javascript

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

Solution 1:

I've discovered the issue. I had the Rubygem version of less installed, and it was overriding the NPM installation of less. Uninstalling the gem allowed the NPM version of less to run when compiling less.


Post a Comment for "Lessc Using Ruby Instead Of Javascript"