Closed jellohouse closed 3 years ago
your attempting to run this in the browser component of electron not the node backend?
Yes you are right! I wanted something on the browser side so I'm now using a different module (WebMidi) instead. I forgot to close this - thank you!
Hey, I'm trying to use the module in my React/Electron app. But as soon as I require the package I get this error:
I did make sure I set
nodeIntegration: true
already.Any tips on how to fix this issue?