Gokuldas Palapatta
This blog is all about the issues and frictions which i have faced as a developer ;)
Thursday, 8 February 2018
npm install (the command) to work behind proxy
npm config set strict-ssl false
npm config set registry "
http://registry.npmjs.org/
"
npm --proxy
http://<
username>:<password>@<proxy server>:<port> \
npm set registry
https://registry.npmjs.org/
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment