I have a local nexus server, I\'d like yarn to look through it before going online, basically prefer-offline
prefer-offline
yarn install --prefer-offline --cache-fol
You can use .yarnrc file & add registry "" Refer - yarnrc
.yarnrc
registry ""