Hey, Sorry if this has been already asked. I was t...
# developers
r
Hey, Sorry if this has been already asked. I was trying to setup the codebase. I have the yarn version 1.22.19 but the codebase was expecting version 3. So when i set the yarn version to the berry.
yarn set version berry
. I am getting the following error.
Copy code
Usage Error: Unrecognized or legacy configuration settings found: token - run "yarn config -v" to see the list of settings supported in Yarn (in <environment>)

$ yarn set version [--only-if-needed] <version>
If this is already answered, please point me to the thread. If not can anyone help me? I have been stuck in this for a while
This got resolved. The issue is that I had setup
YARN_TOKEN
in my .zshrc file. I removed it and it worked.