npm之报错:npm WARN deprecated @npmcli/move-file@2.0.1(一百五十九)

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

本文来自网络,不代表协通编程立场,如若转载,请注明出处:https://net2asp.com/cce0face4c.html