6rc6 better output on ng -v command inside cli project when /node_modules not exist #10474
Labels
area: @angular/cli
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
type: bug/fix
workaround1: obvious
Milestone
Versions
Repro steps
ng new ap --skip-install
cd ap
ng -v
Observed behavior
Desired behavior
When we are inside new green cli project (without /node_modules folder), I think we should have same output from console
ng -v
like we have outside an cli projectThe text was updated successfully, but these errors were encountered: