-
Notifications
You must be signed in to change notification settings - Fork 662
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
Problem with the NPM package - 403 Forbidden from dl.bintray.com #2202
Comments
Thanks for reporting this! To set expectations:
Finally, please be patient with the core team. They are trying their best with limited resources. |
Hi! See this Discourse thread for more information: https://discourse.elm-lang.org/t/psa-old-elm-binary-downloads-now-gone/7319 |
The discourse thread mentions workarounds for I was looking at the tags on https://github.com/elm-lang/elm-platform, hoping that I could build Edit: There's binary versions for |
The Discourse post links to a place to download many old Elm binaries, including 0.17.1. So you can download from there if you trust me – that’s a workaround for 0.17.1. Elm 0.18.0 seems to be the only pre-0.19 version that was updated to use GitHub releases instead of bintray. (I don’t know which repo(s) 0.17.1 was originally built from.) |
I'm not sure if this will lead to a solution for 0.17, but I believe this is around the commit that would be relevant to the 0.17.1 release: https://github.com/elm-lang/elm-platform/tree/b7a68b23dc3db5c0c7707d70955e953b8cada7f1 |
@lydell: Right, sorry, I missed that. 👍 |
@avh4: Yeah, I looked at some of those untagged commits. The build instructions say that I need a |
Quick Summary: Cannot install Elm 0.16.0
Unfortunately, I have a dependency to Elm 0.16.0 in my package.json. When I run
npm ci
(ornpm install
), I'm getting:The reason seems to be quite obvious: the requests to the URLs below end up with 403 Forbidden errors.
https://dl.bintray.com/elmlang/elm-platform/0.16.0/linux-x64.tar.gz
https://dl.bintray.com/elmlang/elm-platform/0.16.0/elm-reactor-assets.tar.gz
Can you please fix it?
I'm raising the bug here as the "Issues" link from https://www.npmjs.com/package/elm points here.
The text was updated successfully, but these errors were encountered: