I\'m trying to setup Yarn 0.17.9 in our environment but I have a problem with our registry. We are currently using two registries, official npmjs and our own registry on interna
You can make a .yarnrc file in the root of the project and write this line in that file:
.yarnrc
registry "https://registry.npmjs.org/"
This will act as a project specific repository.