Meteor 1.3 startup error!

when i use this code :
meteor create test-app
cd test-app
meteor

i get this error :

but when i use this code its work properly :
meteor create --release 1.2.1 test-app
cd test-app
meteor

is every body know why meteor 1.3 return this error ?
tnx…

I believe this has been fixed in 1.3.1 - so update with meteor update --release 1.3.1 and try again.

1 Like

Hello,
tnx for your answer.
Yes it fixed & work properly… :sunflower:

1 Like