vue-cli 项目创建时候,在git Bash中上下箭头选择失效 发表于 2021-04-02 更新于 2020-06-11 分类于 vue 找到git 安装目录中bash.bashrc文件 打开文件,在文件最底部加上alias vue=’winpty vue.cmd’ 版本升级: npm 升级最新版本: npm install npm@latest -g yarn 升级最新版本: npm install yarn@latest -g vue 升级最新版本: npm uninstall -g @vue/cli npm install -g @vue/cli