melis-wallet / melis-cm-client

MIT License
1 stars 1 forks source link

error: unknown option '--save' for 'yarn remove' commands #12

Open emanuelb opened 3 years ago

emanuelb commented 3 years ago

When running: build/build-android.sh production it shows in output

error: unknown option '--save' error: unknown option '--save'

which is happen for below yarn remove commands: https://github.com/melis-wallet/melis-cm-client/blob/da7932bdbb4c1bfdf3abca1f99d1710898bf3b8c/build/cordova-prepare.sh#L29-L30

yarn version used: 1.22.10 (ubuntu 21.04)

above commands does work with yarn version: 1.22.4 (ubuntu 20.10)