vue create is a Vue CLI 3 only command and you are using Vue CLI 2.9.6.
vue create is a Vue CLI 3 only command and you are using Vue CLI 2.9.6.
·
在使用Vue-cli创建项目的时候,执行完vue create demo你的项目名你的项目名,就会出现以下错误
解决方法:
1.运行npm uninstall -g vue-cli命令
2. 再次运行npm install -g @vue/cli命令,出现如下图所示即可
3.接下来可以创建项目了:vue create test
4.进入test目录:cd test
5.运行项目:npm run serve
6.本人亲测有效!!!
更多推荐
已为社区贡献1条内容
所有评论(0)