mozilla / fxa-local-dev

An easy way to contribute to Firefox Accounts
28 stars 47 forks source link

'brew install yarn' overrides nvm #86

Closed vladikoff closed 7 years ago

vladikoff commented 7 years ago

from eoger:

the problem is it installs node (because it's a dependency) on top of the version nvm

eoger commented 7 years ago

I'm not sure how bad this is, but I was kinda surprised when opening a new tab, typing node --version and not getting the expected zsh: command not found: node

vladikoff commented 7 years ago

Removed yarn, just gonna switch to npm@5 when it is time