I am trying to use the nodemodule easymidi which depends on the midi module in an electron app.
When I run npm start
an error occurs:
Error: The module '/var/www/html/mdi/node_modules/midi/build/Release/midi.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 46. This version of Node.js requires NODE_MODULE_VERSION 73. Please try re-compiling or re-installing the module (for instance, using
npm rebuild
ornpm install
)
I did try to use electron-rebuild
as described in the nodejs documentation but the error still exits.
Anyone know what to do?