I know is a noob question but how can I know the proxy url and other settings in order to use a proxy? I don't have any information about proxy right now.
I need npm to run in linux like explained here: Is there a way to make npm install (the command) to work behind proxy? but they say
npm config set proxy http://myusername:mypassword@proxy.us.somecompany:8080
So what is the myusername
and mypassword
, the username and password to login in the machine or what else? proxy.us.somecompany:8080
what is mine and how can I find it?
Thanks, and sorry for the newbie question but I can't find the answer.