Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bundle by vite, raise up ERR_REQUIRE_ESM error #189

Open
vince-fly opened this issue May 25, 2023 · 0 comments
Open

bundle by vite, raise up ERR_REQUIRE_ESM error #189

vince-fly opened this issue May 25, 2023 · 0 comments

Comments

@vince-fly
Copy link

os:windows/ubuntu(linux)
nodejs:16.xx
pnpm: 8.5.1
vitepress: 0.22.4

build error:
Error [ERR_REQUIRE_ESM]: require() of ES Module xx\node_modules.pnpm\[email protected]\node_modules\splitpanes\dist\splitpanes.umd.js from xx\node_modules.pnpm\[email protected][email protected]\node_modules\nuzar-plus\lib\components\splitpanes\src\pane.js not supported.
splitpanes.umd.js is treated as an ES module file as it is a .js file whose nearest parent package.json contains "type": "module" which declares all .js files in that package scope as ES modules.
Instead rename splitpanes.umd.js to end in .cjs, change the requiring code to use dynamic import() which is available in all CommonJS modules, or change "type": "module" to "type": "commonjs" in xx\node_modules.pnpm\[email protected]\node_modules\splitpanes\package.json to treat all .js files as CommonJS (using .mjs for all ES modules instead).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant