latest node version possible with v1? #13580
-
Is this documentation still valid? https://v1.quasar.dev/quasar-cli/installation Although it says no higher than v12 I have been using node v14 for quite some time with (seemingly) no issues, and was wanting to use later versions if possible. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
it's a webpack 4 requirement, with v14 i have no issues running some old/small projects i have. but not after upgrading to v16 |
Beta Was this translation helpful? Give feedback.
-
Hello from 2025 and Quasar v1 user 😅 But we're using latest Node to dev/build Quasar v1! Just add Fragment from our package.json: "scripts": {
"dev": "NODE_OPTIONS=--openssl-legacy-provider quasar dev",
"build": "NODE_OPTIONS=--openssl-legacy-provider quasar build"
} Hope it helps someone who got stuck in legacy. |
Beta Was this translation helpful? Give feedback.
it's a webpack 4 requirement, with v14 i have no issues running some old/small projects i have. but not after upgrading to v16