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"即可
文章来源:https://www.toymoban.com/news/detail-794754.html
文章来源地址https://www.toymoban.com/news/detail-794754.html
到了这里,关于require() of ES modules is not supported.ts项目中添加js文件报错的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!