electron-userland / electron-spellchecker

Implement spellchecking, correctly
MIT License
238 stars 83 forks source link

Electron 6 #162

Closed fxha closed 5 years ago

fxha commented 5 years ago

How to rebuild the native dependencies for Electron 6? There are no errors but the application throws an exception because compiled against a different Node.js version - node 73 is needed. The main problem is that there are not errors to find the cause. When rebuilding for Electron 5 everything works fine.

fxha commented 5 years ago

The rebuild issue only occurs with the example application from this repo.