wooorm / refractor

Lightweight, robust, elegant virtual syntax highlighting using Prism
MIT License
724 stars 34 forks source link

Can I remove `"type": "module"` from package.json ? #63

Closed zhxqc closed 2 years ago

zhxqc commented 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.