jgoralcz/aki-api

Can't run with Node 12+ version

Closed this issue · 1 comments

Node.js 8.x LTS Carbon is no longer actively supported!
I can't install Node.js 8.x
So, can it run with Node 12+ ?

this package is using axios v1.4.0 which is not support node.js 8.x.

tested with v12.22.12 and it worked. But the best practice is using LTS version of node which is v18 right now.