Recommend adding the GLOBAL_AGENT_NO_PROXY setting to the instructions. Many proxy users would likely need it.

Signed-off-by: zjpersc <zjpersc@gmail.com>
This commit is contained in:
zjpersc
2021-06-25 17:28:53 -05:00
parent bdc7605978
commit 74d8c0c2b7
@@ -26,6 +26,7 @@ import 'global-agent/bootstrap';
```sh
export GLOBAL_AGENT_HTTP_PROXY=$HTTP_PROXY
export GLOBAL_AGENT_NO_PROXY=$NO_PROXY
yarn start
```