Package Managers
Last updated
Was this helpful?
Last updated
Was this helpful?
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 - which means that when you download Node.js, you automatically get npm installed on your computer.
we're using yarn on some of our react boilerplates. so..