Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

offline install info requested #36

Open
csakis opened this issue Dec 31, 2019 · 1 comment
Open

offline install info requested #36

csakis opened this issue Dec 31, 2019 · 1 comment

Comments

@csakis
Copy link

csakis commented Dec 31, 2019

I am trying to get create-elm-app installed offline. It has a problem with the elmi-to-json package, It's trying to get the elmi-to-json-1.3.0-linux.tar.gz from github, but since it's an offline install, it stops right there.
If I download the tar.gz package, where should I put it, so that the installer does not try to go to github?
What else should I do with the package?

@turboMaCk
Copy link
Contributor

You can use nix to use both elmi-to-json as well as elm-create-app in offline. I've packaged both there in this way. If you don't want to use nix you can have a look how this is done. In particular this script which patches binwrap package https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/compilers/elm/packages/lib.nix#L3-L30

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

No branches or pull requests

2 participants