Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No matching version found for browserslist@^4.8.3. #742

Closed
BulldogCTISolutions opened this issue Jan 8, 2020 · 4 comments
Closed

No matching version found for browserslist@^4.8.3. #742

BulldogCTISolutions opened this issue Jan 8, 2020 · 4 comments

Comments

@BulldogCTISolutions
Copy link

According to npmjs core-js-compat was updated yesterday

When I execute npm install on my project I get this error:

npm ERR! code ETARGET
npm ERR! notarget No matching version found for browserslist@^4.8.3.
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 'core-js-compat'
npm ERR! notarget

Worked fine yesterday morning, not today. I attached my npm dependency stack and install log and package.json.

Looking for which versions of which dependency to downgrade.

Thanks,
--jay

npm_dependency_stack.txt
npm_install.log

package.json.txt

@zloirock
Copy link
Owner

zloirock commented Jan 8, 2020

It's available on NPM:
image
So the problem on your side. You try cleaning the NPM cache.

@zloirock zloirock closed this as completed Jan 8, 2020
@BulldogCTISolutions
Copy link
Author

Unfortunately, I had already tried to install browserslist and I still get the same error. I had also deleted the node_modules directory beforehand too.

Installing browserslist with the command above, installs version 4.8.2. However, core-js-compat is specifically requiring 4.8.3 - as noted in the dependency stack.

I manually adjusted my package.json to 4.8.3 and I still have the same problem.

Was there a specific reason for core-js-compat to upgrade browserslist?

Thanks
--jay

@zloirock
Copy link
Owner

zloirock commented Jan 8, 2020

Was there a specific reason for core-js-compat to upgrade browserslist?

Because it's the actual version on this package.

@BulldogCTISolutions
Copy link
Author

Thanks, it seems that clearing npm cache and pointing to the npmjs.org registry fixed the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants