Support node v13
See original GitHub issueIt would be great if the current latest release of node (v13) wasn’t disallowed. What’s blocking?
"node": ">=6.2.0 <13"
https://github.com/kwhitley/apicache/blob/master/package.json#L13
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
"npm does not support Node.js v13.0.0" · Issue #30066 - GitHub
Under Node.js 13.0.0, running many commands using the included npm ... npm WARN npm npm does not support Node.js v13.0.0 npm WARN npm...
Read more >npm does not support Node.js v13.14.0 - Stack Overflow
I try to make upgrade for Last version of the nodejs but I have windows 7 and said me that can not support...
Read more >Node v13.14.0 (Current)
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Read more >13.14.0 - TU-792 - node-v13.14.0-x64.msi - ManageEngine
Its network-neutral architecture supports managing networks based on Active ... Node js 13 (x64) Patch Details ... Bulletin Title, Updates for Node.js.
Read more >Node.js ES2015/ES6, ES2016 and ES2017 support
Yes. Yes Yes. Yes Error. Error Error. Error Error. Error Error. Error
function() function() function() function() function() function()
function() function() function() function() function() function()
function() function()...
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
https://github.com/kwhitley/apicache/pull/228 should fix this issue
It might be a problem with superagent. Some of their tests fail in very similar ways to the ones here on v13.
Opened an issue there.
I’m not sure if the above is responsible for all the fails, but wanted to share back what I’ve learned.