Reputation: 3835
I had started learning Meteor a few weeks ago, then had to put it on hold. Now, when I am trying to create a new app by meteor create myapp
or meteor --help
or just about anything, I only get the following message:
Sorry, Meteor 1.0.1 is not installed and could not be downloaded. Please check to make sure that you are online.
There is no problem with my internet connection and I'm not sure what's happening here. I'm on Linux Mint 17. (I think my meteor version is 1.0)
Upvotes: 0
Views: 450
Reputation:
Take a look at your .meteor
directory. There has to be a file, called release
. In this file must be ONLY one line.
[email protected]
So, please check this first and give feedback for more help. :)
Upvotes: 1