Repo: postinstall scripts with tsx
fail on latest Node.js 18.19.0
#8045
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
repo maintenance
things to do with maintenance of the repo, and not with code/docs
Suggestion
CI failure: https://github.com/typescript-eslint/typescript-eslint/actions/runs/7151333167/job/19475573267?pr=8044#step:3:186
stderr: https://cloud.nx.app/runs/KoN80i59UA/task/repo-tools%3Apostinstall-script
The reason is the same as in #8025
According to #8025 (comment):
We can't just bump tsx. We can do one of the following:
tsx
with changes from fix: adjust feature detection for node 18.19 loader changes privatenumber/tsx#422tsx
I assume the third option is undesirable, because we would have to pin Node.js to
18.18.2
everywhereIf we choose the second option, here is a good starting point: https://github.com/privatenumber/ts-runtime-comparison
I can open two draft PRs for 1 and 2 options, so we can compare which one would be better
The text was updated successfully, but these errors were encountered: