I'm confused what the actual problem is. You need to use internet to get Elm. Are you in a situation where you're behind a proxy? The npm page I linked gives instructions for how to deal with that.
If you want to build them yourself, you need to download elm-compiler, elm-make, and elm-package from GitHub, as well as elm-reactor and elm-repl if you want. Then you need to compile them in the same Cabal sandbox. You can look at this file to see what's actually going on: https://github.com/elm-lang/elm-platform/blob/master/installers/BuildFromSource.hs It fetches the packages from GitHub, the builds them in the correct order. You could fetch them yourself, then edit the script to only build them. On Mon, May 30, 2016 at 10:48 AM, Nikhil Dhar <[email protected]> wrote: > ya I am on linux npm also uses internet while downloading,, >> > correct me If I am wrong ,,,I think there is only one way I need to > download all packages first then make a script file and run that file > >> >> > -- > You received this message because you are subscribed to the Google Groups > "Elm Discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
