Just pushed an update to fix build with electron 7.
- https://github.com/atom/node-spellchecker/issues/127
- https://github.com/atom/node-spellchecker/pull/128
Finally got rid of the python2
dependency. node-gyp
works fine with python
now.
Had to pin nodejs
version to 12
because it doesn't build with 13
(which is in community-testing
right now)
Pinned Comments