Since upgrading to the latest release of Meteor, my App won’t compile without error.
=> Started proxy.
=> [HMR] Dev server listening on port 3003.
=> Started MongoDB.
[vue-component] Error while compiling in tag using lang js: Can’t find handler for lang ‘js’, did you install it?
[vue-component] Error while compiling in tag using lang js TemplatingTools is not defined
ReferenceError: TemplatingTools is not defined
at throwCompileError (packages/vue-component/plugin/utils.js:200:15)
at VueComponentTagHandler.getResults (packages/vue-component/plugin/tag-handler.js:87:13)
at compileTags (packages/vue-component/plugin/vue-compiler.js:534:18)
at compileOneFileWithContents (packages/vue-component/plugin/vue-compiler.js:543:12)
at VueCompo.compileOneFile (packages/vue-component/plugin/vue-compiler.js:142:12)
at packages/vue-component/plugin/vue-compiler.js:58:34
at C:\Users\William\AppData\Local.meteor\packages\akryum_vue-component\0.16.0\plugin.vue-component.os\npm\node_modules\meteor\vue-component\node_modules\async\dist\async.js:3110:16
at replenish (C:\Users\William\AppData\Local.meteor\packages\akryum_vue-component\0.16.0\plugin.vue-component.os\npm\node_modules\meteor\vue-component\node_modules\async\dist\async.js:1011:17)
at C:\Users\William\AppData\Local.meteor\packages\akryum_vue-component\0.16.0\plugin.vue-component.os\npm\node_modules\meteor\vue-component\node_modules\async\dist\async.js:1016:9
at Object.eachLimit$1 (C:\Users\William\AppData\Local.meteor\packages\akryum_vue-component\0.16.0\plugin.vue-component.os\npm\node_modules\meteor\vue-component\node_modules\async\dist\async.js:3196:24)
at packages/vue-component/plugin/vue-compiler.js:42:11
at C:\Users\William\AppData\Local.meteor\packages\meteor-tool\2.12.0\mt-os.windows.x86_64\dev_bundle\lib\node_modules\meteor-promise\fiber_pool.js:43:40
I think a reinstall of all the Vue 2 packages might be wise. What Meteor command should I use to ensure that my project is installed with Vue 2 and all the right support package versions, such as vue-meteor-tracker, akryum:vue-component… and not Vue 3 or any packages that might conflict.
Thank you.