Try to use an older version of Angular CLI until this problem get solved.
You can follow this issue in https://github.com/angular/angular-cli/issues/9172.
EDIT: I found a solution, run these commands:
npm un -g @angular/cli
npm cache clean --force
npm i -g @angular/cli
It worked for me.