Skip to content

Commit 708d100

Browse files
authored
Merge pull request #974 from kriswest/724-npm-proxy-config-instructions
docs: add note on npx proxy configuration
2 parents 38791bd + 2c5e5a4 commit 708d100

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)