### OS? Linux Ubuntu 16.10 ### Versions. node: 7.2.0 os: linux x64 @angular/cli: 1.0.0-beta.30 ### Repro steps. `npm install -g @angular/cli` `mkdir newApp` `cd newApp` `ng new` ### The log given by the failure. `You cannot use the new command inside an Angular CLI project.` But the folder is completely empty.