Created
June 16, 2017 09:05
-
-
Save blahah/394d31055720bd661ba652fec4118e94 to your computer and use it in GitHub Desktop.
Prepare node environment for working with poor internet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yarn config set yarn-offline-mirror ~/./npm-packages-offline-cache && \ | |
yarn config set ignore-optional true && \ | |
yarn config set prefer-offline true && \ | |
yarn config set yarn-offline-mirror-pruning true | |
npm config set cache-min Infinity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment