-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot get compiling to work #2
Comments
I'm running into some issues as well, though at least for me, [Command] + [B] was the default shortcut. At first it couldn't find the lessc binary, but once I fixed that I get this response from TextMate: "env: node: No such file or directory" I get the feeling there's an issue with how it is determining the path to the current file being saved. Any ideas? |
@valentinvieriu try ⌘ + S @RogWilco You get this message when
On OS X, you can fix this by installing the Node Package Manager, |
Doesn't work at all for me. |
I have the same issue as cmyk. I was able to get all the errors to go away but now when I ⌘ + S it just shows in a tooltip. |
Try changing the
|
Seems to do the trick! Thanks! |
Stumbled across this thread whilst having the same "env: node: No such file or directory" problem. I couldn't get any of the given answers on this thread to alleviate the issue. Ended up just rewriting the
This seems to work ok, if it is of any use to anyone. |
In order to get this to work I had to add |
Thanks @ColinWaddell |
I've just run into this myself. I think it may be down to the fact I recently uninstalled node. It was working fine before. I ended up here after banging my head against a wall wondering why some new CSS rules I was writing were not 'doing anything' on a web page I was building. What I found irritating is that the bundle reports success [via the yellow tooltip pane that briefly pops up], even when the CSS hasn't actually compiled. It was only because I happened to look at the last modification date on my CSS file and see that it was months ago, that I noticed it wasn't actually being compiled at all. In spite of that, the Less bundle kept telling me Looking at the code for the command, it's obvious it doesn't error check in any way. It just calls |
I don't see how it can even work. Pressing command + B just pops out a make build
Thank you
The text was updated successfully, but these errors were encountered: