1.node -v 存在
2.npm -v 存在
3.npm install vue-cli -g 报错
npm ERR! EEXIST: file already exists
npm ERR! File exists: /Users/tanjiale/.npm-global/bin/vue
npm ERR! Remove the existing file and try again, or run npm
npm ERR! with --force to overwrite files recklessly.
4.npm install -g @vue/cli --force 成功