npm i vue-cli -g 报错
2021-12-02 本文已影响0人
witchzard
npm ERR! code EEXIST
npm ERR! path /usr/local/bin/vue
npm ERR! EEXIST: file already exists
npm ERR! File exists: /usr/local/bin/vue
npm ERR! Remove the existing file and try again, or run npm
npm ERR! with --force to overwrite files recklessly.
解决
rm -rf /usr/local/bin/vue
npm i vue-cli -g