defineConfig

TypeError: defineConfig is not a function

原因:由于用vue-cli直接创建了vue 3的项目,而里面的生态并非都是最新版,vue.config.js中的代码如下,使用了vue 3的语法: const { defineConfig } = require('@vue/cli-service') module.exports = define ......
defineConfig TypeError function not is

启动vue项目报错——ERROR Error loading vue.config.js: ERROR TypeError: defineConfig is not a function

问题描述 在我引入echarts模块之前是ok的,引入之后就启动失败了; 问题解决 一般情况下,都是该项目的版本与本机cmd里面的版本不对应导致的; 只需要使用这个命令npm upgrade,更新版本,一直yes下去,就能够解决这个问题啦! ......
ERROR defineConfig vue TypeError function
共2篇  :1/1页 首页上一页1下一页尾页