react-native-circleci-orb icon indicating copy to clipboard operation
react-native-circleci-orb copied to clipboard

Yarn 2 (berry): "The --non-interactive option is deprecated"

Open filiptdz opened this issue 3 years ago • 1 comments

Orb version

7.1.1

What happened

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

filiptdz avatar Dec 16 '22 12:12 filiptdz

Hello,

I encounter the same problem. Is there a way to remove this option ? Or to install the packages in another way ? I have the same problem and can't install packages, thus the workflows fail every time.

Thanks !

bpeyrouBDHIS avatar Jul 06 '24 09:07 bpeyrouBDHIS