billymoon / Stylus

Stylus Package for Sublime Text 2 / 3
Other
129 stars 31 forks source link

Nib #56

Closed sinystr closed 9 years ago

sinystr commented 9 years ago

I have an issue, I have node.js and nib installed, when I compile from the console everything works, but when I try to comple from sublime: default I'm trying to fix this issue for hours and nothing. Please, help! Regards :)

grassator commented 9 years ago

Unfortunately I can't help much with this. This not reproducible on mac, and have neither Windows nor experience using node there, sorry.

billymoon commented 9 years ago

@sinystr this appears to be an issue with stylus itself, and not the sublime text plugin. I also don't have windows machine to reproduce the error, but I might guess it is because you don't have nib installed...

npm install nib

If that does not solve it for you, I suggest you raise a ticket in the main Stylus project's issue tracker

huilang-me commented 8 years ago

Not work in Windows :cry:

Molunerfinn commented 8 years ago

I also have this problem on mac when I saved a stylus file which has '@import "nib"' ....However, I can build the *.styl files corretly by using sublime build system with 'cmd+b' and there is no error... I have no idea with it..