-
Notifications
You must be signed in to change notification settings - Fork 5
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
Skypack shows German language README for Alpinejs #68
Comments
Thanks for the ping! @drwpow any idea why this could be happening? It looks like we're just trying to fetch README.md from the repo, which appears to be english. |
This is fascinating! To be honest, I’m baffled. The reason we show a German README is because that‘s what npm told us the readme was: http://registry.npmjs.com/alpinejs According to npm’s registry they even specify My best guess as to “why German” is: if you look at that package’s repo, of all the files that start with However, if you go to npm’s package page for AlpineJS, they show the English version: I don‘t really know how to explain the difference between what npm is giving us and what they‘re displaying on their end. A little more detail that may explain the issue: with Skypack we want to be as-close-as-instant to npm as possible. This means that if we took the extra time to fetch a remote README for every package, we would start slowing down and it could take quite a while between when packages are published to npm and when they show up on Skypack. However, we’ve had some other issues with npm’s data, so I think we need to have something running in the background that re-populates all the READMEs, without slowing down our update times. But all that said, this is the first time I’ve seen this behavior. So thanks for raising it! 🙂 |
See https://www.skypack.dev/view/alpinejs.
It should show https://github.com/alpinejs/alpine/blob/master/README.md but instead shows https://github.com/alpinejs/alpine/blob/master/README.de.md.
Also made an issue on Alpine in case the error is on their end: alpinejs/alpine#867
The text was updated successfully, but these errors were encountered: