vscode创建新的Vue项目时报错Parsing error: No Babel config file detected for....

发布时间:2026/7/15 13:44:02

vscode创建新的Vue项目时报错Parsing error: No Babel config file detected for.... 原因: 项目未找到babel.config.js文件,此时“项目根目录”不对,因此报错,如下图:解决:项目根目录只要是项目本身即可解决,如下图:

相关新闻