ljharb / es-abstract

ECMAScript spec abstract operations.
MIT License
115 stars 30 forks source link

Possible Problems with Your NPM Repository? #128

Closed kling-appfire closed 3 years ago

kling-appfire commented 3 years ago

Latest version on your npm listing has 0 downloads tracked for last 7d and every dependency (i.e. @npmcli/arborist specifically) throws:

» npm i es-abstract npm ERR! code ETARGET npm ERR! notarget No matching version found for es-abstract@^1.18.2. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist.

ljharb commented 3 years ago

What does npm config get registry show?

Download counts are typically updated daily, so I'd expect both of the versions published today to have 0 downloads until tomorrow.

ljharb commented 3 years ago

You can see on https://unpkg.com/es-abstract/ that v1.18.2 and v1.18.1 work just fine (that site fetches straight from the registry) so I'm confident it's not an issue with this package.

kling-appfire commented 3 years ago

Thank you and sorry to bother. I cleared the cache of our nexus repo proxy. that was it.