We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the command line, I get:
$ which coffee /usr/local/bin/coffee $ which node /usr/local/bin/node
So, in preferences, I've set TM_COFFEE to /usr/local/bin/coffee.
TM_COFFEE
/usr/local/bin/coffee
Now when I open a .coffee file and select Bundles > CoffeeScript > Compile and Display JS, I get:
.coffee
env: node: No such file or directory
What should I do?
Thanks,
Steven
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At the command line, I get:
So, in preferences, I've set
TM_COFFEE
to/usr/local/bin/coffee
.Now when I open a
.coffee
file and select Bundles > CoffeeScript > Compile and Display JS, I get:What should I do?
Thanks,
Steven
The text was updated successfully, but these errors were encountered: