Feature request: Add support for Node v19 in @quasar/app-vite #15454
-
I am using the current version of node which is v19.6.1 and I noticed that @quasar/app-vite only supports node version up to v18 at most. I would like to have support for the current node version. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Odd numbered Node versions are experimental ones, and even numbered are going to end up with LTS. Quasar will aim to support only the stable ones, so I would suggest for you to downgrade to v18. |
Beta Was this translation helpful? Give feedback.
-
NodeJS version 19.x is not an experimental version but the latest available and fully stable version. |
Beta Was this translation helpful? Give feedback.
-
v20 npm WARN EBADENGINE required: { node: '^18 || ^16 || ^14.19', npm: '>= 6.13.4', yarn: '>= 1.21.1' }, |
Beta Was this translation helpful? Give feedback.
Odd numbered Node versions are experimental ones, and even numbered are going to end up with LTS. Quasar will aim to support only the stable ones, so I would suggest for you to downgrade to v18.