Answer the question
In order to leave comments, you need to log in
Problem with Coffee Compile plugin for sublime text 2: No such file or directory. Possibly related to encoding.
After running Coffee Compile, it says:
No such file or directory.
[cmd: [u'coffee', u'--print', u'--lint', u'--eval', u' ...
Not so familiar with Python.
Presumably related to encoding.
added
sys.getdefaultencoding()
shows asciidef _compile(self, text, window):
window.run_command('exec', {
'cmd': [COFFEE_COMMAND, '--print', '--lint', '--eval', text],
'quiet': True
})
Answer the question
In order to leave comments, you need to log in
In short, the coffee application was not found
Check if it is called like that, perhaps coffee.exe
Check the PATH system variables for the path to the directory with coffe
Or write the full path to the coffee application
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question