vue create is a Vue CLI 3 only command and you are using Vue CLI 2.9.6. You may want to run the f
vue create is a Vue CLI 3 only command andyou are using Vue CLI 2.9.6.You may want to run the following to upgrade to Vue CLI 3:我想这是很多刚接触vue项目时遇到的问题这是应为vue的版本存在更新,需要先卸载vue cli2,然后重新安装vue cli 31、首先我们需要
·
vue create is a Vue CLI 3 only command and you are using Vue CLI 2.9.6.
You may want to run the following to upgrade to Vue CLI 3:
我想这是很多刚接触vue项目时遇到的问题
这是应为vue的版本存在更新,需要先卸载vue cli2,然后重新安装vue cli 3
1、首先我们需要卸载旧版本的vue cli:
npm uninstall vue-cli -g
2、然后重新安装vue cli
npm install -g @vue/cli
随后可以输入vue -V看看是否出现版本号!
更多推荐
已为社区贡献1条内容
所有评论(0)