jaxcore / bumblebee-hotword-node

BumbleBee Hotword for NodeJS
Apache License 2.0
13 stars 4 forks source link

Uncaught TypeError: Class extends value undefined is not a constructor or null #13

Closed jbflow closed 3 weeks ago

jbflow commented 3 weeks ago

Trying to run this in a react App and seeing the following error:

bumblebee-hotword-node.js?v=13df241c:39 Uncaught TypeError: Class extends value undefined is not a constructor or null
    at node_modules/bumblebee-hotword-node/lib/node-audiorecorder/library/index.js (bumblebee-hotword-node.js?v=13df241c:39:55)
    at __require (chunk-CEQRFMJQ.js?v=40ce8954:11:50)
    at node_modules/bumblebee-hotword-node/lib/bumblebee-node.js (bumblebee-hotword-node.js?v=13df241c:66462:25)
    at __require (chunk-CEQRFMJQ.js?v=40ce8954:11:50)
    at node_modules/bumblebee-hotword-node/index.js (bumblebee-hotword-node.js?v=13df241c:66657:25)
    at __require (chunk-CEQRFMJQ.js?v=40ce8954:11:50)
    at bumblebee-hotword-node.js?v=13df241c:66667:16

React version - "react": "^18.2.0",

Using "vite": "^5.2.8",

Any help resolving this issue would be greatly appreciated or pointers on how I can get the wake word working in my react app for testing.