Install Angular to System
npm install -g @angular/cli
npm uninstall -g @angular/cli
npm cache clean --force
ng new my-first-app
ng serve --open