ljharb / es-abstract

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

version mismatch in npm registry and during npm install #142

Closed ChandranshuKumar closed 3 years ago

ChandranshuKumar commented 3 years ago

NPM registry says es-abstract latest version is 1.19.1 but when installed with npm install it installs 1.18.6. Due to this, all the packages which use es-abstract internally are failing to install:

npm ERR! code ETARGET
npm ERR! notarget No matching version found for es-abstract@^1.19.1
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

The implication is that you're using a private registry that's sorely outdated.