how to reduce the version for 10 to windows 7 in angular code example
Example: downgrade angular version in project
Try like this :
ng --version
npm uninstall -g @angular/cli
npm cache clean --force
npm install -g @angular/[email protected]
ng --version