Harshit Bisht
Harshit Bisht

Reputation: 65

Meteor command not running c9

I have cloned the meteor repository from github to c9. But when I type meteor in the console it reads -- bash: meteor: command not found.

Upvotes: 1

Views: 207

Answers (1)

Onfealive
Onfealive

Reputation: 70

You should "Create a new workspace" that clone from https://github.com/meteor/meteor.git.

After it's completed, using curl https://install.meteor.com/ | sh.

You could run your project by meteor run --port=$IP:$PORT if you have a problem about PORT and IP.

P/s: I solved it by this way!

#Source: Meteor with cloud9

Upvotes: 1

Related Questions