Closed eheiser closed 11 years ago
I just installed this and am getting the same error.
Sorry I do not use Mac, but I think the problem is an incorrect path setup. I would not suggest to copy node binary. It should be cleaner to create symlinks, but the main strategy should be to configure PATH var to correct node binary folder.
http://stackoverflow.com/questions/13593902/node-command-not-found
As fallback workaround u could try to change the lines, _but this is not recommended_
from
cmd = ["node", scriptPath,
to
cmd = ["/usr/local/bin/node", scriptPath,
Hope this helps.
for folks using nvm:
ln -s /Users/blah/.nvm/versions/node/v8.9.3/bin/node /usr/local/bin/node
unfortunately ;(
I have node installed but I keep getting a "/bin/sh: node: command not found" whenever I try to use refactor in sublimetext2. Any suggestions? I'm on MacOSX 10.8.3