No matching version found for caniuse-lite@^1.0.30001349

1k views Asked by At

I'm getting the following error on npm install:

npm ERR! code ETARGET
npm ERR! notarget No matching version found for caniuse-lite@^1.0.30001349.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'browserslist'
npm ERR! notarget

caniuse-lite is not a dependency in package.json, so I tried to install it but I get:

npm ERR! code ETARGET
npm ERR! notarget No matching version found for [email protected].
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

On https://www.npmjs.com/package/caniuse-lite web page, I see the 1.0.30001349 version is published few hours ago. Can it be a problem with last publishing of this library? Is there something I can do to solve the problem? I'm really stuck with developments...

1

There are 1 answers

0
Dragon981 On

As I supposed, after few hours npm install ends with no error. Maybe there was a problem with publishing of 1.0.30001349 version.