The package can not be imported from a .mjs file:
the "main" entry point refers to a cjs with other export than a default.
- main should not specify an extension.
- this "main" should have both version: a .mjs version with the ES6 module and a .js with the CJS version.
You can have a look this issue for more details
Thanks !