How to install npm package manager on Mac?

To install npm - the package manager for node/JavaScript, you need to install the node application.

npm is bundled with node installation.

You can either install node by downloading its setup from node.js website, or using terminal using homebrew.


Installing node (npm) using homebrew:

install npm on Mac

Comments & Discussion

Facing issues? Have questions? Post them here! We're happy to help!