MacOS – installing express without npm for the MEAN stack

homebrewmacos

My El Capitan shows node installed in /usr/local/bin/node, but $which npm reports nothing.
I have Angular installed and which to play around with the MEAN stack which requires express and mangoDB.

My current path is: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin

Online reading to install express shows I must issue npm command.
Can I install express using brew instead? Thanks

Best Answer

I fixed it by downloading and installing node.js which also installed npm.