Is there any way to build a working meteor project from source using a version of Meteor less than 2.12?
It appears that Vue 2 is not working in any available version of Meteor 2 as described in this stackoverflow.
We have an important, complex, project in meteor 2.9 w/ vue 2.6. We must be able to show some new proof-of-concept functionality to secure the funding to possibly support migration to Meteor 3. We must be able to build this PoC on a new server, which requires installing from source, not just limping along with our working 2.9 production server. We’re desperate.
I’m reasonably sure it would work if we could build a new project using a version of meteor less than 2.12 (at least the reports of this problem began with 2.12), but meteor create helloworld --vue-2 --release=2.(11|10|9) yields Meteor 2.X: unknown release..
I used Meteor 3 with Vue 2 + Vite briefly; not enough to say confidently it’s bug free, but enough to not panic and move onto the more intense Vue 3 + Vuetify 3 migrations (mostly a Vuetify problem, they changed a lot of APIs)
Note I didn’t have any more usage of the Vue Meteor Tracker plugin by that point, I had largely migrated to using the setup API (not the script setup tag, at that point), and I was using TanStack Query in lieu of subscriptions too.