You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
npm>installers>index.js
has the bellow hard coded var root = "https://github.com/elm-lang/elm-platform/releases/download/" + binVersion + "-exp/elm-platform";
If for any reason the gzs are in a different location then the install will fail.
Or to put it in another way there is no way to configure where the gzs can come from.
(for example within an organisation that blocks external access)
Is it possible the change the script to accept the location as a config param?
Something like node_sass does that allows configuration of the location of the binaries.
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
npm>installers>index.js
has the bellow hard coded
var root = "https://github.com/elm-lang/elm-platform/releases/download/" + binVersion + "-exp/elm-platform";
If for any reason the gzs are in a different location then the install will fail.
Or to put it in another way there is no way to configure where the gzs can come from.
(for example within an organisation that blocks external access)
Is it possible the change the script to accept the location as a config param?
Something like node_sass does that allows configuration of the location of the binaries.
Thanks
The text was updated successfully, but these errors were encountered: