Closed s3n-w6i closed 6 years ago
Ok, so I had a look at the EasyCue source code where I found a node_modules
folder inside the dmx
folder (project-directory > node_modules > dmx > node_modules). I installed serialport and electron-rebuild there and after executing .\node_modules\.bin\electron-rebuild.cmd
as described here it worked.
I was trying to use this node module with the electron framework. As soon as I created a
new DMX()
I got this error:When I commented out all
this.registerDriver()
using serialport the error was gone.dmx.js
:I already tried this which didn't work. I have tested this on a Windows-PC.