Reputation: 65
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
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