documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Inconsistent result of "npm view <package name> readme"

Open vird opened this issue 2 years ago • 0 comments

Note. I don't know where is good place to open this issue because it's related to npm backend.

npm view uws readme returns up to date readme npm view aq readme doesn't match with latest readme on https://www.npmjs.com/package/aq but matches with readme on https://replicate.npmjs.com/registry/aq

expected behaviour: npm view aq readme and https://replicate.npmjs.com/registry/aq should have latest readme for all packages real behaviour: some packages have latest version of readme, some packages have very first version of readme

vird avatar Mar 13 '23 12:03 vird