Sublime Forum

less2css package problem

#1

I’m running Windows 7 and have just installed ST2. I installed the less2css package successfully using package manager. I then added this to my Windows path, as specified:

github.com/duncansmart/less.js-windows.git

When I try to save a .less file, I get this in the console:

Writing file /C/wamp/www/TEST/public/css/lesstest.less with encoding UTF-8 [less2css] Converting C:\wamp\www\TEST\public\css\lesstest.less to C:\wamp\www\TEST\public\css\lesstest.css error: less2css error: [Error 2] The system cannot find the file specified

These are the less2css default settings:

"lessBaseDir": "./", "outputDir": "./", "minify": true, "autoCompile": true, "showErrorWithWindow": false

Not sure what the package can’t find. lesstest.css definitely exists in the location specified but is it less.js that it can’t find?

Can anyone tell me where I have gone wrong?

0 Likes