Skip to content

Commit a060621

Browse files
committed
docs: add note on npx proxy configuration
1 parent 38791bd commit a060621

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/docs/usage.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ npx -- @finos/git-proxy
2828
```bash
2929
npx -- @finos/git-proxy-cli
3030
```
31+
32+
If you use a proxy server to access npm then please note that you also need to configure your proxy for npx before running the above commands:
33+
34+
```bash
35+
npx config set https-proxy <company-proxy-endpoint>
36+
```

0 commit comments

Comments
 (0)