Skip to content

Instantly share code, notes, and snippets.

@PramithaMJ
Last active September 22, 2025 13:31
Show Gist options
  • Select an option

  • Save PramithaMJ/b7310a211f66839bbad69f9e9e7c8742 to your computer and use it in GitHub Desktop.

Select an option

Save PramithaMJ/b7310a211f66839bbad69f9e9e7c8742 to your computer and use it in GitHub Desktop.
Uni proxy
//set
npm config set https-proxy http://10.50.225.222:3128
npm config set proxy http://10.50.225.222:3128
//unset
npm config delete proxy
npm config delete https-proxy
vscode proxi
http://10.50.225.222:3128
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment