axios 0.26.0 warning
See original GitHub issuegetting 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:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Likely because the Semver spec doesn’t consider
0.y.z
versions as having a stable API, so a change from0.25.0
to0.26.0
could introduce breaking changes. The problem shouldn’t have arisen for a hypothetical bump fromaxios@1.25.0
toaxios@1.26.0
.@spacedawwwg, can you try with
v0.8.10
?