Versions
Angular CLI: 6.0.0-rc.6
Node: 10.0.0
OS: win32 x64
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 project

Versions
Repro steps
ng new ap --skip-installcd apng -vObserved 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 -vlike we have outside an cli project