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
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.
Description
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:
Currently when it runs it is using this setup
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.
Steps to Reproduce
yarn installNo issues with 5.6.0.