meteor npm install
I received the following error:
'npm' is not a Meteor command. See 'meteor --help'.
It turns out that my version of Meteor was not actually updated by the installer. To check my meteor version I used the following command:
meteor --version
Which showed me "Meteor 1.2.0.2".
Solution
To upgrade meteor, run the following command:meteor updateReference: https://forums.meteor.com/t/installing-meteor-1-3-with-an-existing-1-2-left-in-place/20670
Thanks for this post, very useful!
ReplyDeleteI got the same " 'npm' is not a Meteor command' " error message.
Same for me in Windows.
ReplyDeleteThanks! This is what I needed to do. I was on 1.2.1, now 1.4.2
ReplyDelete