Guest User

Untitled

a guest
Jun 22nd, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. npm config set proxy http://"username:password"@yourdomain:port
  2. npm config set https-proxy http://"username:password"@yourdomain:port
  3. npm config set registry=http://registry.npmjs.org/
  4. npm config set strict-ssl=false
  5.  
  6. npm config set proxy http://proxy.company.com:8080
  7. npm config set https-proxy http://proxy.company.com:8080
Add Comment
Please, Sign In to add comment