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 has been archived by the owner on Sep 11, 2021. It is now read-only.
Here is an alternative solution that solved my problem, but that requires the Windows package manager chocolatey (https://chocolatey.org) that can be installed very easily. My solution also worked in a Docker Windows Container for CI.
# hint: install chocolatey first!
# could be that visualstudio2019-workload-vctools is enough
choco install -y visualstudio2019buildtools visualstudio2019-workload-vctools
npm config set msvs_version 2019
stuck there, any idea?
The text was updated successfully, but these errors were encountered: