You can make a .yarnrc
file in the root of the project and write this line in that file:
registry "https://registry.npmjs.org/"
This will act as a project specific repository.
You can make a .yarnrc
file in the root of the project and write this line in that file:
registry "https://registry.npmjs.org/"
This will act as a project specific repository.