sustained/CoffeeScript-Sublime-Plugin

Recently started seeing this bug

Closed this issue · 1 comments

I'm not sure whats going on. Everytime I try to compile a snippet or coffeescript file I see the error below (shows up in the console).

Only change I made is I started using NVM to manage my node versions. Any help?

 Traceback (most recent call last):
  File "./sublime_plugin.py", line 362, in run_
  File "./CoffeeScript.py", line 105, in run
  File "./CoffeeScript.py", line 32, in brew
  File "./CoffeeScript.py", line 22, in run
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 623, in __init__
    errread, errwrite)
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 1141, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

NM figured it out. After I uninstalled node and installed it with NVM the paths got messed up. I updated coffee.sublime-settings to have the new location of coffee and everything is fine.