Skip to content
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 not working for VS version higher than 2017 #312

Open
bertearazvan opened this issue Jun 22, 2022 · 0 comments
Open

Yarn install not working for VS version higher than 2017 #312

bertearazvan opened this issue Jun 22, 2022 · 0 comments
Labels
bug Something isn't working dependencies Pull requests that update a dependency file

Comments

@bertearazvan
Copy link
Contributor

When installing packages, due to the node-expat dependency of some package, it wants to install the node-gyp: ~7 dependency.

The version 7 supports Visual studio up to 2017, and in order to support newer versions we have to force the dependency to a higher version ~9.

@bertearazvan bertearazvan added dependencies Pull requests that update a dependency file bug Something isn't working labels Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant