Hi,
I’ve got a problem with npm packager. I cannot install meteor by npm.
This is what the command prompt type out.
Thanks for any help.
Hi,
I’ve got a problem with npm packager. I cannot install meteor by npm.
This is what the command prompt type out.
Thanks for any help.
Meteor isn’t a package, so npm cannot install it, but you should be able to install meteor with
$ curl https://install.meteor.com | /bin/sh
Check out https://www.meteor.com/install for more into.
Good luck!!
I installed Meteor througth Windows Installer which I downloaded from Install the Latest Version of Meteor!
But if I try run meteor, for example ‘meteor create test-app’ command line looks like this:
I don’t know what I do wrong…