Meteor startup error on windows 7

I’am getting the following error when I’am trying to run meteor on windows.
Tried re-installing,deleting packages,nothing worked.

1 Like

yes, i have the same problem , i think this problem just for this version of meteor , for solve this problem you should use this command code for create your meteor app :

meteor create --release 1.2.1 test-app
cd test-app
meteor

1 Like

Thak you @rjz1371,i will try this.

1 Like

This was an issue with Meteor 1.3 which has now been addressed in the 1.3.1 release, you can take a look at this issue for more details. If you don’t want to update Meteor there are alternative workarounds listed there as well.

2 Likes