node.js - Unable to install npm under corporate proxy -
i have tried given in link:
using npm behind corporate proxy .pac
but i'm still unable install webpack , babel.
i've been told if got npm nodejs, need modify path avoid using one. npm default go c:\users\username\xxxx
. so, updated path as: %path%;c:\users\username\xxxx;c:\util\nodejs
. have empty npm folder under path c:\users\username\xxx & still, it's reading npm nodejs 1 only.
even npm install npm -g
not working (same proxy error).
Comments
Post a Comment