-
Notifications
You must be signed in to change notification settings - Fork 114
This version of Node.js requires NODE_MODULE_VERSION 87. #132
Comments
Also I tried following next steps:
|
Maybe you need to run through these steps: https://stackoverflow.com/a/51027262/796832 (from https://stackoverflow.com/a/51027262/796832) I just Googled |
@IvanOnishchenko Same issue for me. Have you found a solution? |
Same issues+1, though not for this project. |
@IvanOnishchenko it looks like the issue you're describing is a problem with your computer's environment setup for compiling modules with node-gyp and has nothing to do with usb-detection. I recommend you try out |
@IvanOnishchenko Issue's and steps reproduced here (with electron 13 and electron-builder). Resolved only with the solution proposed by @mcous: downgrade the |
If I use Node 13 or 14, node install works well, but when I try to start app (node start) I get error:
But I don't see 87 version on nodej.org, 14 has 83 version, 15 has 88 version.
If I use Node 15, I get error while node install command running:
The text was updated successfully, but these errors were encountered: