Closed
Description
Versions
cli 6.0.0-rc.4
material 6.0.0-rc.3
Repro steps
npm i @angular/cli@next -g
ng new helloworld
npm install @angular/{material,cdk}@next
ng add @angular/material
Observed behavior
Multiple projects are defined; please specify a project name
Desired behavior
Should install in the default project when there is just one.