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

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐