You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current build pipelines all depend on NodeJS 16 which is deprecated. Upgrade the build pipeline to NodeJS version 20 or above. This will most likely require upgrading the underlying NPM packages as well. If we somehow everything works with Vue 2 and without a complete rewrite into Vue 3, it would be wonderful.
The text was updated successfully, but these errors were encountered:
I spent a couple of hours trying to migrate. But it looks like each framework comes with it's own cli and version support - Vite, Vue, Quasar and Tauri. I think it might just be better to recreate a new project with all of these and copy the code into that.
The current build pipelines all depend on NodeJS 16 which is deprecated. Upgrade the build pipeline to NodeJS version 20 or above. This will most likely require upgrading the underlying NPM packages as well. If we somehow everything works with Vue 2 and without a complete rewrite into Vue 3, it would be wonderful.
The text was updated successfully, but these errors were encountered: