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

Migrate to Yarn v4 #17

Closed
rasouza opened this issue Apr 15, 2024 · 0 comments
Closed

Migrate to Yarn v4 #17

rasouza opened this issue Apr 15, 2024 · 0 comments

Comments

@rasouza
Copy link
Collaborator

rasouza commented Apr 15, 2024

Context

When we yarn install some tools like swc compiler and eslint are installed in node_modules based on the CPU architecture that it was run for the first time, consolidating it in yarn.lock.

Currently, yarn.lock references x64 libs, If I then switch to a M1 Mackbook, the monorepo stops working, since these tools don't run in the new architecture

How to solve

Since yarn v2, it offers a supportedArchitectures in its yarnrc.yaml file
https://yarnpkg.com/configuration/yarnrc#supportedArchitectures

rasouza added a commit that referenced this issue Apr 19, 2024
…. Solves #17

[Monorepo] Enable Integration tests
@rasouza rasouza closed this as completed Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant