Require of ES Module
Trying to use require() to load an ES module, which is not supported.
Use 'import' instead of 'require()'. Add 'type: module' to package.json. Convert to CommonJS or use ES modules consistently.