Answers for "yarn install with proxy"

5

set yarn proxy

yarn config set proxy http://user:password@host:port
yarn config set https-proxy http://user:password@host:port

To copy (for lazy people):
yarn config set proxy http://
yarn config set https-proxy http://
Posted by: Guest on June-10-2020

Browse Popular Code Answers by Language