https://github.com/splitbee/splitbee-js/blob/master/splitbee-node/package.json The following modification is necessary as the file path is wrong. ``` - "module": "dist/splitbee-node.esm.js", + "module": "dist/node.esm.js", ```