#builds failing when fetching packages from yarnpkg
1 messages · Page 1 of 1 (latest)
Yarn is used if a yarn.lock file is found. If you remove it then NPM will be used.
I've also noticed a few issues fetching from yarn in our GH actions. Very inconsistent
But is there anyway to override which registry is used, currently deploys are completely broken
Whoops, looks like I forgot to press send. No, there is no way to override it. I would try just removing your lock file but that may break other things since the lockfile is important