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
网友评论