SublimeText / CoffeeScript

Syntax highlighting and checking, commands, shortcuts, snippets, watched compilation and more.
439 stars 64 forks source link

'coffee' is not recognized as an internal or external command #219

Closed saury closed 9 years ago

saury commented 9 years ago

I've got path to coffee binary: $ which coffee /c/Users/Administrator/AppData/Roaming/npm/node_modules/coffee-script/bin/coffee

and I've changed my sublime-settings file to: "binDir": "/c/Users/Administrator/AppData/Roaming/npm/node_modules/coffee-script/bin" or "binDir": "/c/Users/Administrator/AppData/Roaming/npm/node_modules/coffee-script/bin/coffee" or "binDir": "/Users/Administrator/AppData/Roaming/npm/node_modules/coffee-script/bin"

But the error is still there...

BTW, my os: win7 x64

saury commented 9 years ago

Issue solved. I found that the command "which coffee" guide me to the wrong way. After I set the path to the default one: "/usr/bin", the package works.