-
Notifications
You must be signed in to change notification settings - Fork 66
Make things work with a corporate proxy #231
Comments
Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it! Here is what to expect next, and if anyone wants to comment, keep these things in mind. |
Some relevant earlier issues/discussions: #168, elm-lang/elm-make#59 (lots of related GitHub issues appearing as references there), #162. Also, maybe you could adapt https://github.com/gdotdesign/elm-github-install to your needs. |
Thanks. The linked issues are interesting but this issue is more about changing the package repo (package.elm-Lang.org) rather than project repos. elm-github-install looks like a good start though. I will take a look. Thanks again. |
Note that the "package repo" package.elm-lang.org doesn't contain a single package. It only contains metadata and documentation of packages. Any package you install via |
Some more info on elm-github-install: https://groups.google.com/d/msg/elm-discuss/ZmD6vJex3bg/w379yzyuBAAJ |
I work in a large corporate, where access to public package repos (for maven, npm etc) goes through internal private repos that proxy the public ones. Is it possible to configure elm-package similarly? It would help gain some traction in such restricted environments.
The text was updated successfully, but these errors were encountered: