Suppose one is on a network address and these are the credentials:
Address: 172.a.b.c
Port:8080
Password:abcd
Am trying to set up node js where one is required to set up proxy:
npm config set proxy http://user:password@url:port
npm config set https-proxy http://user:password@url:port
Can someone help me in how will i add my address and password to the
npm config set....