question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

axios 0.26.0 warning

See original GitHub issue

getting a ➤ YN0060: │ package provides axios (p027d5) with version 0.26.0, which doesn't satisfy what axios-cache-interceptor requests

peer deps of axios-cache-interceptor require ^0.25.0, so not sure why this warning is arising?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
goodefroicommented, Feb 17, 2022

Well, I’m not sure too.

I’ll remove the peerDependencies section…

If someone from the future knows why, please tell us ❤️

Likely because the Semver spec doesn’t consider 0.y.z versions as having a stable API, so a change from 0.25.0 to 0.26.0 could introduce breaking changes. The problem shouldn’t have arisen for a hypothetical bump from axios@1.25.0 to axios@1.26.0.

1reaction
arthurfiorettecommented, Feb 16, 2022

@spacedawwwg, can you try with v0.8.10?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Releases · axios/axios - GitHub
Promise based HTTP client for the browser and node.js - Releases · axios/axios.
Read more >
axios - npm
Promise based HTTP client for the browser and node.js. Latest version: 1.2.1, last published: 22 days ago. Start using axios in your project ......
Read more >
axios@0.26.0 - Snyk Vulnerability Database
Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities (in both your packages & their dependencies) and provides ...
Read more >
How can I change package.json to have the newest version of ...
You can just use the command npm install axios and it will automatically update axios and the package.json for you.
Read more >
axios/CHANGELOG.md - UNPKG
The CDN for axios. ... 46, ### 0.26.0 (February 13, 2022) ... 158, - Avoid package.json import fixing issues and warnings related to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found