After successfully installing Meteor 1.3.3.1 via the installer I’m trying to create a project with meteor create app and get Created a new Meteor app in 'app', but the directory fails to be created. There is no error whatsoever and I don’t know how to even start debugging this.
@muon i actually had a similar problem this morning, but it was solved after i run meteor update within one of my meteor projects itself. If you have a meteor project on your computer, go into it and run
meteor update
when it updates, the problem will hopefully be solved