Skip to content
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

Analyzer doesn't find README file #45

Open
d-fischer opened this issue Dec 6, 2020 · 0 comments
Open

Analyzer doesn't find README file #45

d-fischer opened this issue Dec 6, 2020 · 0 comments
Labels

Comments

@d-fischer
Copy link

For some reason, for the packages from this repository:
https://github.com/d-fischer/twitch

npms' API returns readmeSize: 0:
https://api.npms.io/v2/package/twitch

For comparison, npm does know that a readme exists:
https://www.npmjs.com/package/twitch (a readme is shown)
http://registry.npmjs.org/twitch (readmeFilename is set)

Other instances (for much more popular packages) of this bug I found:
https://api.npms.io/v2/package/hapi
https://api.npms.io/v2/package/express
https://api.npms.io/v2/package/react
https://api.npms.io/v2/package/@material-ui%2Fcore

Examples where this bug does not occur:
https://api.npms.io/v2/package/react-dom (interesting because for react it does)
https://api.npms.io/v2/package/left-pad
https://api.npms.io/v2/package/is-odd
https://api.npms.io/v2/package/is-even
https://api.npms.io/v2/package/is-idiot

I sense a preference for micro (and joke) packages. 😉

@satazor satazor added the bug label Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants