- 🇺🇸United States kentr Durango, CO
I suspect this is fixed by 🐛 Gitlab yml is out of date Active . I'm not getting these errors locally in docker, and the pipeline is running except for actual test failures.
$ 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 a11y_autocomplete/.pnp.js:14006:13
and
$ yarn lint
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 a11y_autocomplete/.pnp.js:14006:13
I'm on MacOS 11.6 and I'm running yarn 2.4.2 on node 16.10.0.
Needs work
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I suspect this is fixed by 🐛 Gitlab yml is out of date Active . I'm not getting these errors locally in docker, and the pipeline is running except for actual test failures.