Yarn keeps using old registry
Remove your global yarn.lockrm ~/.config/yarn/global/yarn.lock
and thenyarn config set registry https://registry.yarnpkg.com/
Got it, the culprit was ~/.config/yarn/global/yarn.lock
...
Remove your global yarn.lockrm ~/.config/yarn/global/yarn.lock
and thenyarn config set registry https://registry.yarnpkg.com/
Got it, the culprit was ~/.config/yarn/global/yarn.lock
...