1.报错:

npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs

2.解决
# npm uninstall -g @angular/cli# npm cache clean --force# npm cache verify# npm install -g @angular/cli