node.js - I've installed meteor - where is npm? -
i've installed meteor on machine:
curl https://install.meteor.com/ | sh
my understanding meteor runs off of node.js , automatically installs it. , node automatically installs npm.
i'm working through discover meteor tutorial , has me run:
npm install -g mup
but following output:
-bash: npm: command not found
do need run different directory? or download / install onto machine. add path?
when install meteor, does not automatically install node && npm. when installing meteor, download called dev_bundle
has nodejs , npm modules needed meteor. these modules pre-compiled platform not "installed" per-se.
check out post if want use node distribubtion included meteor: https://meteorhacks.com/how-meteor-uses-node. suggest install node on own, though.
Comments
Post a Comment