初始状态查看vue版本:vue -V,显示2.9.6,再进行创建vue项目时出现以下情况:
以上翻译:vue create是Vue CLI 3的唯一命令,而你正在使用Vue CLI 2.9.6。
你可能想运行以下程序来升级到Vue CLI 3:
npm uninstall -g vue-cli
npm install -g @vue/cli
这是由于安装的版本太低,需要更新vue,第一步:命令框输入:npm uninstall vue-cli -g
此时,已经将旧版本删除,接下来安装新版本vue,第二步:命令框输入:npm install -g @vue/cli
此时,已经将新版本安装完成, 接下来查看vue验证是否已经更新到新版本,命令框输入:vue -V
验证完毕,此时已经更新到5.0.4,下一步就可以创建vue项目了
————————————————
版权声明:本文为CSDN博主「吴先生是你的」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/weixin_43796818/article/details/124708724
推荐阅读:
vue.js:634 [Vue warn]: Property or method "userName" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See:
SpringBoot 整合 webapp时 访问404的解决办法
SpringCloud怎么调用多个服务的信息
状态码:415,发送HTTP请求返回415状态码的解决办法
Vue 打开页面时就加载方法,例如查询
Spring整合Mybatis
SpringCloud 加入 thymleaf前端页面的方法
Controller之间的跳转
Spring AOP的实现原理
This may be the result of an unspecified view, due to default view name generation
行动消除疑虑