Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
pdreyer93yIn my opinion using brew is a mistake. It‘s like a snap from ubuntu. If possible try another solution
Not sure but in the past there was a posibility to install yarn without npm -
irene33943yThe trick is to install nvm. Nvm will manage whatever versions of node you need. Brew install nvm.
-
irene33943y@gitpush You have different configurations depending on how you install node.
If you use brew install node it gets installed in the user space and you can brew uninstall node.
If you install with the dmg installer it is installed for all users. Where did it go?
If you install with nvm that neatly manages node versions in the ~/.nvm folder so you can switch between node versions easily.
So how deep do you want node in your system? The installer is the deepest and most mysterious.
Related Rants
-> Want to install npm
-> Brew install npm failed
-> Think that yarn is an alternative
-> Want to install yarn
-> "npm install yarn"
Reject Front-End, Return Back-End.
rant
npm