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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Having issues getting 6.0.1 to install in electron 9.1.1 on Windows 10. I've tried a lot of different versions of python and windows build tools. The end result is always something like:
c:\users\keithslater\documents\code\desktop-application\node_modules\keytar\src\async.cc(4): fatal error C1083: Cannot open include file: 'napi.h': No such file or directory [C:\Users\keithslater\Documents\CODE\desktop-application\node_modules\keytar\build\keytar.vcxproj]
But I've also tried python 3 and different versions of VS build tools (with different components enabled). I'm not sure why it uses that version of node-gyp, I've tried to force it to use newer versions but it doesn't seem to want to.