nó js text sublime
{
"cmd": ["/usr/bin/node", "$file"],
"selector": "source.js"
}
Poised Panda
{
"cmd": ["/usr/bin/node", "$file"],
"selector": "source.js"
}
Go to tools>Build System>New Build System
and rewrite the file to the following:
{
"cmd": ["node", "$file"],
"selector": "source.js",
"path":"/usr/bin"
}