Closed
Description
Hi, just reporting that the latest version when msgpack was replaced with msgpackr, we now get this error when trying to run our project. We use the esm
module (https://www.npmjs.com/package/esm) to load our project.
Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: node_modules/msgpackr/dist/index.js
require() of ES modules is not supported.
Activity