Project creation tests failing in Node 18.19 #16701
Labels
area/project-creation
Related to project creation process using the commands: `yarn create quasar` and `npm init quasar`
bug/1-hard-to-reproduce
A reproduction is available, but it's hard to reproduce, so it has a lower priority.
bug/1-repro-available
A reproduction is available and needs to be confirmed.
flavour/quasar-cli-vite
kind/bug 🐞
Qv2 🔝
Quasar v2 issues
What happened?
Project creation tests are failing in CI.
What did you expect to happen?
I expect project creation tests to pass in CI
Reproduction URL
https://github.com/quasarframework/quasar/actions/runs/7201703422/job/19618401053
How to reproduce?
Run CI.
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Project Creation (create-quasar)
Platforms/Browsers
No response
Quasar info output
No response
Relevant log output
No response
Additional context
Discovered when doing #6699
This seems to be caused by an unfortunate interaction between Node and
tsx
.see:
tsx
doesn't work on Node 18.19 privatenumber/tsx#421Note that bumping
tsx
to version 4 would break compatibility with Node 18.The text was updated successfully, but these errors were encountered: