Replies: 1 comment
|
The npm registry document at Common reasons
Quick checks: npm view express readme | head
npm pack express --dry-run # see if README would be included from a local cloneIf |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The readme is empty when getting
package.jsonfrom the NPM registry (2025-12-09).Does anyone know why this is the case?
https://registry.npmjs.com/express
--
PS: The readme is present for other popular packages like lodah:
https://registry.npmjs.com/lodash
It's not size related since there are package with bigger readmes than express (for example, https://registry.npmjs.com/verdaccio)
All reactions