Package Managers
npm & nodejs
npm makes it easy for JavaScript developers to share and reuse code, and makes it easy to update the code that you’re sharing, so you can build amazing things.
npm is distributed with Node.js- which means that when you download Node.js, you automatically get npm installed on your computer.
brew install node
yarn
we're using yarn on some of our react boilerplates. so..
brew install yarn
Last updated
Was this helpful?