-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Comments
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 |
Because it's the actual version on this package. |
Thanks, it seems that clearing npm cache and pointing to the npmjs.org registry fixed the issue. |
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
The text was updated successfully, but these errors were encountered: