Sublime Text 2 - making javascript build with Node.js

Viewed 11813

I’m trying to make a Javascript build system in Sublime Text 2 using Node.js. The problem is I don’t know where Node.js is installed on my mac (I installed it with mac installer and am running Mountain Lion) or how to properly assign a path variable to find it.

1 Answers
Related