Vue报错解决:Syntax Error: TypeError: cannot read property ‘prefix_exceptions‘ of undefined at Array.map
使用vue-ui创建Vue项目后运行发现新建的项目无法运行并且报错如下:error in ./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=scssSyntax Error: TypeError: cannot read property 'prefix_exceptions' of undefinedat Array.map (<anon
·
使用vue-ui创建Vue项目后运行发现新建的项目无法运行并且报错如下:
error in ./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=scss
Syntax Error: TypeError: cannot read property 'prefix_exceptions' of undefined
at Array.map (<anonymous>)
at new Promise (<anonymous>)
解决方法:升级vue-cli的版本
1.卸载旧版本vue-cli 输入命令
npm uninstall vue-cli -g
2.安装最新vue-cli 输入命令
npm install -g @vue/cli
使用更新后使用vue ui新建项目后再运行就不会报错了
更多推荐
已为社区贡献3条内容
所有评论(0)