Meteor error in win 7 : This project does not have a .meteor/release file

I am getting this error when running meteor:
Problem! This project does not have a .meteor/release file. The file should
either contain the release of Meteor that you want to use, or the word 'none’
if you will only use the project with unreleased checkouts of Meteor. Please
edit the .meteor/release file in the project and change it to a valid Meteor
release or 'none

I am using windown 7 utimate x64. Could you please help me to find out solutions for it?

Simply create the file yourself.
yourproject/.meteor/release (no file extension)
the content should just be:
METEOR@1.5.2
(or whatever version you want)

1 Like