appy-one / acebase

A fast, low memory, transactional, index & query enabled NoSQL database engine and server for node.js and browser with realtime data change notifications
MIT License
491 stars 27 forks source link

ES6 TypeError: target.addListener is not a function #177

Closed donl closed 1 year ago

donl commented 1 year ago

When using node.js import syntax I am getting the following error:

file:///app/node_modules/acebase/dist/esm/ipc/index.js:23
            target.addListener(event, handler);
                   ^

TypeError: target.addListener is not a function
    at bindEventHandler (file:///app/node_modules/acebase/dist/esm/ipc/index.js:23:20)
    at new IPCPeer (file:///app/node_modules/acebase/dist/esm/ipc/index.js:31:13)
    at new Storage (file:///app/node_modules/acebase/dist/esm/storage/index.js:409:24)
    at new AceBaseStorage (file:///app/node_modules/acebase/dist/esm/storage/binary/index.js:93:

    at new LocalApi (file:///app/node_modules/acebase/dist/esm/api-local.js:28:32)
    at new AceBase (file:///app/node_modules/acebase/dist/esm/acebase-local.js:33:20)
    at new AceBaseServer (file:///app/node_modules/acebase-server/dist/esm/server.js:53:19)
    at file:///app/server.js:131:16
appy-one commented 1 year ago

I have disabled usage of the generated ESM modules for now, updating acebase-server will also update your acebase package and fix this issue.