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
We check in our .yarn/cache folder but have nodeLinker: node-modules for now due to our usage of React Native. We recently onboarded some new engineers and right after cloning our repository and running yarn install they get YN0018 for every single file in the cache. Is this normal? We tried all manner of things to resolve this but ultimately had to add the .yarn/cache folder to our .gitignore because there was no way around it for these engineers.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We check in our .yarn/cache folder but have
nodeLinker: node-modules
for now due to our usage of React Native. We recently onboarded some new engineers and right after cloning our repository and runningyarn install
they get YN0018 for every single file in the cache. Is this normal? We tried all manner of things to resolve this but ultimately had to add the .yarn/cache folder to our .gitignore because there was no way around it for these engineers.Beta Was this translation helpful? Give feedback.
All reactions