jdiehl / brackets-less-autocompile

Automatic compilation of LESS files for Brackets
93 stars 36 forks source link

Error import .less #102

Closed BloodyRed closed 6 years ago

BloodyRed commented 6 years ago

Hi, I have a new error when I try to save my main.less, inside I @import "var.less" who is on the same folder, but I have this error : Error in file '//server.io/var-www-html/website/public/css/less/main.less' on line 4: optional dependency 'request' required to import over http(s) Line 4 is my @import line. I'm actually working on a distant server and his path is : \server.io\var-www-html\website\ Before everything was working well, I restarted and unistall... But the error is still there.

jdiehl commented 6 years ago

This is a less error that I have no control over. Try running less manually and see if the same error occurs. If it does, try to consult the less project for help.