Created
October 17, 2021 20:26
-
-
Save uzbekdev1/0b8c9be51dd616c7122f8f37ade66d5c to your computer and use it in GitHub Desktop.
npm proxy
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
npm config set proxy http://usr:[email protected]:8080 | |
npm config set https_proxy http://usr:[email protected]:8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment