Versions
Angular CLI: 6.0.0-rc.7
Node: 8.11.1
OS: linux x64
Angular:
...
Package Version
------------------------------------------------------
@angular-devkit/architect 0.5.10
@angular-devkit/core 0.5.10
@angular-devkit/schematics 0.5.10
@ngtools/json-schema 1.1.0
@schematics/angular 0.5.10
@schematics/update 0.5.10
rxjs 6.0.0
typescript 2.7.2
Repro steps
Observed behavior
pc@mantyz:~/dev/node$ ng new project-name
This command can not be run inside of a CLI project.
Desired behavior
Angular-cli must create a project.
Mention any other details that might be useful (optional)
ng new work with cli v6.0.0-rc.6
The project is successfully created relative to the "/"(root) directory, but is not created relative to the "/home/username" and subdir.