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

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

@gkamperis

Description

@gkamperis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions