[nodejs] Re: Is there a way to install node.js on mac os without sudo?

2012-03-21 Thread Mihai Tomescu
I also use nvm and it's great for handling multiple versions of node. On Tuesday, March 20, 2012 8:31:57 AM UTC-4, Alexey Petrushin wrote: As far as I know there's currently 2 ways to install node on mac: 1. As `brew install node`. It doesn't require sudo, but npm sometimes doesn't work as

[nodejs] Re: Is there a way to install node.js on mac os without sudo?

2012-03-20 Thread deitch
Go for the installer, but change your node dir to ~/local. That is what I do, it works very well. TJ's amazing n also picks up on it. After you download, do ./configure --prefix=~/local make make install and it will do the right thing. It is available here

Re: [nodejs] Re: Is there a way to install node.js on mac os without sudo?

2012-03-20 Thread Chris Rhoden
On Tue, Mar 20, 2012 at 10:58 AM, deitch a...@deitcher.net wrote: Go for the installer, but change your node dir to ~/local. That is what I do, it works very well. TJ's amazing n also picks up on it. This is the source, not the installer. I have already addressed this. If you use homebrew,