Must use import to load ES Module:
E:\1-vue3\XXXXXXXXX\book-money.cz-config.js require() of ES modules is
not supported. require() of
E:\1-vue3\XXXXXXXXX\book-money.cz-config.js from
E:\1-vue3XXXXXXXXX\book-money\node_modules\find-config\src\find-config.js
is an ES module file as it is a .js file whose nearest parent
package.json contains “type”: “module” which defines all .js files in
that package scope as ES modules. Instead rename .cz-config.js to end
in .cjs, change the requiring code to use import(), or remove “type”:
“module” from E:\1-vue3\XXXXXXXXX\book-money\package.json.

按照提示,,删除 “type”: "module"即可

在这里插入图片描述

在这里插入图片描述

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐