compiler
compiler copied to clipboard
repo ivadzy/bbase64 was renamed and it's breaking the "download source code" phase of `elm make`
Quick Summary: https://github.com/ivadzy/bbase64 is now https://github.com/chelovek0v/bbase64 and it's breaking elm make src/Main.elm
ERROR MESSAGE
I was trying to download the source code for ivadzy/bbase64 1.1.1, so I tried to
fetch:
https://github.com/ivadzy/bbase64/zipball/1.1.1/
But it came back as 404 Not Found
This may mean some online endpoint changed in an unexpected way, so if does not
seem like something on your side is causing this (e.g. firewall) please report
this to https://github.com/elm/compiler/issues with your operating system, Elm
version, the command you ran, the terminal output, and any additional
information that can help others reproduce the error!
- Elm: 0.19.1
- Browser: Google Chrome
- Operating System: Ubuntu 20.04
Thanks for reporting this! To set expectations:
- Issues are reviewed in batches, so it can take some time to get a response.
- Ask questions in a community forum. You will get an answer quicker that way!
- If you experience something similar, open a new issue. We like duplicates.
Finally, please be patient with the core team. They are trying their best with limited resources.
If your looking for a quick term fix, elm-json can help removing and adding the new dep https://github.com/zwilias/elm-json
If your looking for a quick term fix, elm-json can help removing and adding the new dep https://github.com/zwilias/elm-json
But I still have this package as a dependency, so I can't remove it from the project's dependencies. Also I'm not sure how I'm supposed to install it manually
I think elm-json can help you uninstall the old one first
On Fri, Feb 19, 2021, 16:37 Kristofer Brethower [email protected] wrote:
If your looking for a quick term fix, elm-json can help removing and adding the new dep https://github.com/zwilias/elm-json
But I still have this package as a dependency, so I'm not sure how I'm supposed to install it
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/elm/compiler/issues/2174#issuecomment-782153354, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNLEZBMN7T4HNRU3T4UAC3S72AS7ANCNFSM4XZQEDIQ .
Thank you, I figured it out. I needed to uninstall another dependency that also had this package as a dependency. Let's say for example that I still needed the package with this dependency. Would I need to create a pull request that updated the dependency's repo, replacing ivadzy/bbase64 with chelovek0v/bbase64 ?
I think that's correct