Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

npm installer index.js root variable is hard-coded #238

Open
gkamperis opened this issue May 10, 2018 · 0 comments
Open

npm installer index.js root variable is hard-coded #238

gkamperis opened this issue May 10, 2018 · 0 comments

Comments

@gkamperis
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant