justinlatimer / node-midi

A node.js wrapper for RtMidi providing MIDI I/O
MIT License
745 stars 119 forks source link

TypeError: exists is not a function - Electron #195

Closed jellohouse closed 3 years ago

jellohouse commented 3 years ago

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: Screen Shot 2021-04-25 at 4 00 22 PM

I did make sure I set nodeIntegration: true already.

Any tips on how to fix this issue?

Azerothian commented 3 years ago

your attempting to run this in the browser component of electron not the node backend?

jellohouse commented 3 years ago

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!