splitpanes icon indicating copy to clipboard operation
splitpanes copied to clipboard

bundle by vite, raise up ERR_REQUIRE_ESM error

Open vince-fly opened this issue 1 year ago • 0 comments

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).

vince-fly avatar May 25 '23 06:05 vince-fly