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
When you try to run rn/yarn_install with yarn v2, the command fails with the following message:
YN0050: The --non-interactive option is deprecated
Expected behavior
Maybe we could have a parameter on the command, or detect the yarn version to decide whether to include the --non-interactive flag, as otherwise it's impossible to run this command with the latest yarn version
borisyankov, alexborton, pdavid0, bpeyrouBDHIS and StefanPahlplatz