#builds failing when fetching packages from yarnpkg

1 messages · Page 1 of 1 (latest)

primal kindle
#

It seems as though maybe yarnpkg registry is having some issues. Is there a way to switch over to the npm package registry?

tribal wraith
#

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

primal kindle
#

But is there anyway to override which registry is used, currently deploys are completely broken

tribal wraith
#

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