You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the electron-drag npm package which uses win-mouse under the hood. I'm also getting a similar error when a npm post installer for my electron app runs electron-builder install-app-deps and I'm using node -v =10.15.3. Did you manage to get your code working on a specific node version @ipy
win-mouse
usesHandle
which is removed from the latest v8 version and causes build failure. Could be fixed like node-iconv did.ref:
nodejs/node#25082
The text was updated successfully, but these errors were encountered: