I am trying to add a textmate package for coffeescript. I followed the instructions on github - https://github.com/jashkenas/coffee-script-tmbundle
When I try to compile and display JavaScript, I get the following error:
/tmp/temp_textmate.8hqQGD: line 12: coffee: command not found
I am pretty sure that due to the wrong path in the textmate settings.
I am trying to follow the instructions on this subject - TextScript start command in HTML format>, but I have to do something wrong since it does not work.
When I make coffee, I get / usr / local / bin / coffee
I don't have TM_PATH variable in textmate settings, only PATH So what should I put in PATH variable in textmate? I currently have / usr / bin: / bin: / usr / sbin: / sbin
I tried changing it to / usr / local / bin /, but when I try to run the command, I get
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/bash_init.sh: line 27: dirname: command not found
Any ideas?
Finnnn
source share