vue-cli 版本过低:
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-create是一个仅限vue CLI3的命令,您使用的是vue CLI2.9.6。
您可能需要运行以下程序来升级到Vue CLI 3
解决步骤:
第一步:
npm uninstall vue-cli -g
第二步:
npm install vue/cli -g
本文介绍了如何将VueCLI从版本2.9.6升级到最新版本3,步骤包括卸载旧版vue-cli和安装vue/cli-g。
987

被折叠的 条评论
为什么被折叠?



