I have tried everything given in this link:
Using npm behind corporate proxy .pac
But I'm still unable to install webpack and babel.
I've been told that if I got npm from nodejs, then I need to modify my path to avoid using that one. The npm by default will go to C:\Users\username\xxxx
. So, I updated the path as: %PATH%;C:\Users\username\xxxx;C:\util\nodejs
. But I just have an empty npm folder under the path C:\Users\username\xxx & still, it's reading the npm from the nodejs one only.
Even npm install npm -g
is also not working (same proxy error).