-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yarn install process fails using windows-latest image #2665
Comments
Hello, @ajmasia
After that |
Hi, @AndreyMaslennikov, It's true that in January we were using the windows-2019 version, but since it has been updated by Github it has stopped compiling well getting an error trying to download package binaries from AWS. Currently, we have had to migrate to the windows-2016 version, and works fine! Thanks! |
Hi, @AndreyMaslennikov, I add a test workflow adding your recommended tools before Is it possible that the error you get is due to a temporary problem with Github communications? Thanks again! |
Sounds good! Btw, me - @andy-mishechkin, @AndreyMaslennikov - my colleague :-) |
Description
Since the windows-latest image has been updated, I get an error when building an electron app on windows related to a package install that needs to download binaries from AWS to recompile native modules using
node-gyp
. This error did not occur in previous versions of the image.Area for Triage:
JavaScript and Node.js
Question, Bug, or Feature?:
It is possible that some of the changes in the development environment changes are producing this error since with the previous version of the image and even with the 2016 version it works perfectly. How could this be solved?
Virtual environments affected
Image version
windows-latest
Version: 10.0.17763 Build 1697virtual-environments/Windows2019-Readme.md at main · actions/virtual-environments
Expected behavior
The affected package should compile normally and continue with the job process
Actual behavior
yarn install
process fails. You can see the logs here:5_yarn_install_log.txt
Repro steps
You can test it using this test repo:
https://github.com/ajmasia/vue-electron-playground
The text was updated successfully, but these errors were encountered: