-
Notifications
You must be signed in to change notification settings - Fork 53
Help people install node.js #6
Comments
EDIT: Fixed this by going to TextMate → Preferences → Advanced → Shell Variables and adding I have node.js installed with brew, but getting this error on Cmd+S. Is that related to this issue?
|
thx! That really grinded my gears :) |
Ah, this was quite annoying. I have my node install in another place too and had no idea where to start looking to fix this, other than reinstalling Node in one of those directories. |
I installed Node using Brew and put this into my PATH Shell Variable: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin |
NOTE: you need to remove the last node from which node. |
I'm still having issues with the "JSHint" pop up dialog box when saving a js file
I have node installed in |
Path needs to be set in TM path as /usr/local/lib/node/bin. At least that was what worked for me. |
pointing it to |
I installed on Macports by:
Worked straightaway for me. YMMV. |
I used homebrew. And none of the above paths work :( |
Now that node.js has a proper Mac installer, I highly recommend that everyone install it that way. |
Great! |
Mine returns…
If you don't have tl;dr — make it work in the Terminal and it should Just Work™ in TextMate |
Hmmm. /usr/local/bin is in the path. Weird. All I want is something like labs.codecademy.com for my mac. Any suggestions? |
@Laner this bundle doesn't really do anything quite like that. |
@subtleGradient To bad. But is there a way to test run js from textmate and get console.logs and alert/prompts? |
Oh of course. I have various Run JavaScript commands that execute code in WebKit or Node.js or even PhantomJS. |
I can't get node.js to work. |
That's in a different bundle |
This bundle now requires node.js.
I need to add some documentation describing how to install it and how to configure your
PATH
in TextMate.The text was updated successfully, but these errors were encountered: