Michal Lyskawinski

Results 2 comments of Michal Lyskawinski

Hi all, I'm using node version `15.5.0` and have the same error. Honestly I don't think this issue is due the environment nor is a bug in mintable, but rather...

Hey @jmuthalaly! I was able to reproduce your error and fix it. Basically your node version is too old. `array.flat` was introduced to node in 11.0.0 (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/flat). Upgrading to node...