I have a local nexus server, I\'d like yarn to look through it before going online, basically prefer-offline
yarn install --prefer-offline --cache-fol
yarn config set registry http://nexus.local/repository/npm-group/
. If required by your Nexus configuration, authenticate yarn: yarn login
.Also be wary of yarn using any npm config you might have over it's own: https://github.com/yarnpkg/yarn/issues/4862