Feature request
Need a way to force yarn to use only offline-mirror. I should use "yarn install --offline"
I want to set that in a configuration preferably in .yarnrc so doing "yarn install" will behave as same as "yarn install --offline".
Node v6.x
yarn 1.2.1
Sorry @sagar12861 but we try to keep the issues section purely focused on bug reports and feature requests with some technical discussion. Please use our online documentation, StackOverflow or our Discord community #support channel for help requests like this.
But actually this is a feature request.
If you look carefully you'll see that this is an existing feature 馃槈
I apologize. that is what I referred https://yarnpkg.com/en/docs/yarnrc
Could you let me know the configuration that I can set in .yarnrc to make yarn install works offline by default ?
https://yarnpkg.com/en/docs/yarnrc#toc-cli-arguments
adding this to .yarnrc should do what you want:
--install.offline true