typanion icon indicating copy to clipboard operation
typanion copied to clipboard

`yarn test` not compatible with node 16

Open jakub-g opened this issue 4 years ago • 1 comments

Just FYI, using node 16.8.0 locally I get this:

jakub ~/dev/typanion(main:-) $ yarn test                     
node:fs:2650
      const dev = BigIntPrototypeToString(stats.dev, 32);
                  ^

TypeError: BigInt.prototype.toString requires that 'this' be a BigInt
    at Number.toString (<anonymous>)
    at gotStat (node:fs:2650:19)
    at /Users/jakub/dev/typanion/.pnp.js:21601:13

(it works fine with 14.x, I'll stick with that)

jakub-g avatar Oct 20 '21 19:10 jakub-g

Yep, I need to upgrade Yarn on this repo 👍

arcanis avatar Oct 20 '21 20:10 arcanis