apicache not supported on Node 14
See original GitHub issueerror apicache@1.5.3: The engine "node" is incompatible with this module. Expected version ">=6.2.0 <13". Got "14.2.0"
Is there a specific reason why this can’t run on node 13/14? Or any solution on how to use this with node 14?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:8
- Comments:7 (4 by maintainers)
Top Results From Across the Web
apicache - npm
A simple API response caching middleware for Express/Node using plain-english durations. Supports Redis or built-in memory engine with auto- ...
Read more >Support node v13 · Issue #189 · kwhitley/apicache - GitHub
I'm mostly getting timeout errors from Mocha, suggesting that supertest is not resolving. I didn't have any luck hacking around that though ( ......
Read more >Top 5 apicache Code Examples - Snyk
Learn more about how to use apicache, based on apicache code examples created from the most popular ways it is used in public...
Read more >apicache/README.md - UNPKG
1, # A simple API response caching middleware for Express/Node using plain-english durations. 2. 3, #### Supports Redis or built-in memory engine with ......
Read more >Managing Node API Cache | Aspera - IBM Community
Community Support AdminMon December 13, 2021 07:43 PM ... Hi all, I am creating an integration with Aspera on Cloud and am trying...
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
Fixed as of now @
1.6.2
Thanks very much for everyone’s patience!
Downgrading from
1.5.3
to1.5.2
fixes this issue.