less-plugin-sass2less icon indicating copy to clipboard operation
less-plugin-sass2less copied to clipboard

'sass2less' is not recognized as an internal or external command

Open nitroplonker opened this issue 6 years ago • 2 comments

Sorry if this is a noob question, trying to run a batch conversion of sass to less in the command prompt and i get this error "'sass2less' is not recognized as an internal or external command,"

Any help would be greatly appreciated

nitroplonker avatar Aug 22 '18 14:08 nitroplonker

Here is another noob. I need to convert 90 sass files to less. The sass2less command sounds awesome. Followed the installation instructions and also installed less-plugin-functions. Do I need to do something more to get the sass2less command working? Using node v8.16.0, Gulp CLI version: 2.2.0 Local version: 3.9.1

peterlembke avatar Jun 12 '19 13:06 peterlembke

To get the command line tool I use:

ln -s node_modules/.bin/sass2less /usr/bin/

Reno-Axel avatar Apr 07 '23 17:04 Reno-Axel