Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yarn test not compatible with node 16 #26

Open
jakub-g opened this issue Oct 20, 2021 · 1 comment
Open

yarn test not compatible with node 16 #26

jakub-g opened this issue Oct 20, 2021 · 1 comment

Comments

@jakub-g
Copy link
Contributor

jakub-g commented Oct 20, 2021

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)

@arcanis
Copy link
Owner

arcanis commented Oct 20, 2021

Yep, I need to upgrade Yarn on this repo 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants