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

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -