Closed Yakov5776 closed 3 months ago
I suspect that upgrading node version would fix this. Because .findLast
and other array method were added in node 18.
Also you could replace arr.findLast with equivalent code like arr[arr.length - 1] for now.
That seems to be the issue, thank you!
I used the default config provided in the README.md and running nodeJS version 16.13.0. I appreciate you for maintaining.