I've installed meteor on my machine:
curl https://install.meteor.com/ | sh
My understanding is that it meteor runs off of node.js and automatically installs it. And node automatically installs npm.
I'm working through the Discover Meteor tutorial and it has me run:
npm install -g mup
But I get the following output:
-bash: npm: command not found
Do I need to run it from a different directory? Or download / install something extra onto my machine. Add it to my PATH?