Hi,
I have node installed on my OSX Mavericks. When I try to create a new build system for my node using this code:
{
“cmd”: “node”, “$file”],
“selector”: “source.js”
}
I get this error:
[Errno 2] No such file or directory: ‘node’
[cmd: [‘node’, ‘/Users/jlei523/Dropbox/Coding/Definitive Guide/chapter 3’]]
[dir: /Users/jlei523/Dropbox/Coding/Definitive Guide]
[path: /usr/bin:/bin:/usr/sbin:/sbin]
[Finished]
The thing is, it used to work just fine. When I use my terminal and type in “node”, node loads fine.