berfarah / LESS-build-sublime

Less build sytem for Sublime Text 2
Apache License 2.0
91 stars 14 forks source link

No such file or directory #7

Closed ginghamsburg closed 12 years ago

ginghamsburg commented 12 years ago

When trying to build I get the following error:

[Errno 2] No such file or directory [Finished]

This is using the lessc binary at /Library/Ruby/Gems/1.8/gems/less-2.0.7/bin. If I use the lessc binary in /usr/bin I get:

/Library/Ruby/Gems/1.8/gems/less-2.0.7/bin/lessc:20:in read': No such file or directory - --verbose (Errno::ENOENT) from /Library/Ruby/Gems/1.8/gems/less-2.0.7/bin/lessc:20 from /usr/bin/lessc:19:inload' from /usr/bin/lessc:19 [Finished]

Using OS X 10.7.3 and SublimeText 2 build 2181

jess-sol commented 12 years ago

Hi @ginghamsburg, could you confirm this issue is still occurring in the newest version of the package?

Thanks

akmur commented 12 years ago

I actally do get the issue. I am on Linux, i have followed all the steps, installed nodejs/npm/watch-lessc (lessc couldnt be found by npm) and then tried to build, but got the same message as above.

akmur commented 12 years ago

Oops some googling found me the answer

sudo apt-get install node-less

and it magically works :)