[solved] Struggling to install Meteor on mac

Hello all,

Meteor noob here. I’ve run the curl command from (Install the Latest Version of Meteor!), but I am unable to create a meteor application. Below is an attached screenshot of my terminal.

Any help would be appreciated!

When I try to run meteor create [some_var] I get an error for the argument subcommand and google isn’t bringing this up as a common issue.

Looks like you already have a binary called meteor on your PATH that is taking precedence over Meteor’s meteor command line tool.

From the stacktrace it looks like it’s a python package, so maybe this one?
https://pypi.python.org/pypi/Meteor/0.1.3

maybe try

pip uninstall meteor

Or

pip3 uninstall meteor
2 Likes

Thank you so much! Everything is resolved

1 Like