elm-lang / elm-platform

Bundle of all core development tools for Elm
BSD 3-Clause "New" or "Revised" License
762 stars 125 forks source link

Release linux binaries outside of NPM. #207

Closed MicahZoltu closed 6 years ago

MicahZoltu commented 7 years ago

I'm trying to build a docker image with elm and I don't want to have to install NPM just so I can install Elm. Is there some technical reason why the Linux binaries aren't released outside of NPM?

process-bot commented 7 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

lydell commented 7 years ago

@MicahZoltu I guess you can download binaries from the same URL as the npm installer does.

evancz commented 6 years ago

The original suggestion is pretty vague, and it seems like @lydell's suggestion covers the stated problem. If there are specific things you are requesting, please open a new and more specific issue with justification of the value.

MicahZoltu commented 6 years ago

I'm not using elm at the moment, so probably won't create a new issue. However, it would be nice if those download links were publicly documented. I shouldn't have to dig through package management source code to find download links.