Closed zhxqc closed 2 years ago
to fix: Error [ERR_REQUIRE_ESM]: Must use import to load ES Module
Instead rename index.js to end in .cjs, change the requiring code to use import(), or remove "type": "module" from /Users/XXX/node_modules/refractor/package.json.
to fix: Error [ERR_REQUIRE_ESM]: Must use import to load ES Module
Instead rename index.js to end in .cjs, change the requiring code to use import(), or remove "type": "module" from /Users/XXX/node_modules/refractor/package.json.