Skip to content

Instantly share code, notes, and snippets.

View PramithaMJ's full-sized avatar
🎯
Unleashing the power of code to shape my life, one line at a time! ✨

Pramitha Jayasooriya PramithaMJ

🎯
Unleashing the power of code to shape my life, one line at a time! ✨
View GitHub Profile
@PramithaMJ
PramithaMJ / npm-uni-proxy.txt
Last active September 22, 2025 13:31
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