antonyjaved

Results 3 comments of antonyjaved

I have the same problem ./node_modules/@livekit/track-processors/dist/index.mjs Can't import the named export 'FilesetResolver' from non EcmaScript module (only default export is available). Apparently, instead of index.js, the webpack goes to index.mjs....

No, I'm using React without NextJs. "webpack": "^4.29.6", node: v16.20.0 I've tried use import processors from '@livekit/track-processors'; But there are the same error

I think so too, but I still can’t understand why the wrong file path is selected. I didn't set "type": "module" in the package.json, so the index.js path (not index.mjs)...