Alexey, What issues do you have with npm and homebrew?
Homebrew installs a version of node which does not include npm, but you can install npm afterwards manually. And I haven't seen an issue with using it this way - can you elaborate on the issue? FWIW, the only issue is of folder permissions. You can download the source and compile it with whatever prefix you like (maybe /usr/local/ so it lives alongside homebrew). On Tue, Mar 20, 2012 at 8:31 AM, Alexey Petrushin < [email protected]> 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 expected (can't find some packages). > 2. As installer from nodejs.org. It works but requires sudo. Maybe > there's any way to install it without sudo? > > Thanks. > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- chrisrhoden -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
