Replies: 1 comment
-
|
The project Additionally, to avoid discrepancies, all developers should be using the same Yarn version when working on the project. Yarn's native way of doing so is to commit the yarn binary into the repo, and manage versions using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've just switched one of my projects to yarn-berry and I'm unsure whether the
.yarnrc.ymlis better checked into version control or .gitignore.Currently it's in .gitignore and my
.yarnrc.ymlcontains only auto-generated values:The
nodeLinkervalues seems quite important for the project as it doesn't build withpnp(I already had to figure this out with another developers computer today) but I'm not a fan of having theyarnPathin the repo. Also I didn't create the file on purpose and I'm worried about accidental changes that might break the project for other people.Beta Was this translation helpful? Give feedback.
All reactions