I am using a Mac (Yosemite 10.10.3) and have installed the latest version of Node.js. I also tried creating new Build Systems for Node using every possible variant out there.
However, when I’m in JavaScript node and try to run something as simple as:
console.log(“hello”);
in the bottom section when I hit command-B, all I get is:
[Finished in 0.1s]
No error message. But no printing to the console, either.
Naturally this makes Sublime almost useless since I can’t test code in it. Any ideas on how I can fix this???