Skip to content

Instantly share code, notes, and snippets.

@blahah
Created June 16, 2017 09:05
Show Gist options
  • Save blahah/394d31055720bd661ba652fec4118e94 to your computer and use it in GitHub Desktop.
Save blahah/394d31055720bd661ba652fec4118e94 to your computer and use it in GitHub Desktop.
Prepare node environment for working with poor internet
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