Garnset erhalten Standardregistrierung
yarn config set registry <url-to-your-registry>
# to reset to default yarn registry use:
yarn config set registry https://registry.yarnpkg.com
# to get yarn registry:
yarn config get registry
Anxious Alligator