Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Node install error

Im trying to install node + npm using brew and keep getting the following:

$brew install node Warning: node-0.10.33_1 already installed, it's just not linked

Any ideas whats going on and how to fix?

like image 489
rahul2001 Avatar asked May 08 '26 21:05

rahul2001


1 Answers

Try brew doctor that should give you some idea of what the problem is. Also, I strongly recommend not installing node directly using brew, but actually installing nvm through (brew install nvm)

nvm is the node version manager, which allows you to install different versions of node, and quickly swap between them.

like image 167
lwang135 Avatar answered May 10 '26 13:05

lwang135



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!