Hi I have been following the documentation to install vue and laravel with metronic here:
https://preview.keenthemes.com/metronic8/vue/docs/#/vue-laravel-integration
I have got to the last step "npm run dev"
However with what looks most of the vue components I am getting the following error when it tries to run the mix.
Does anyone know what could be wrong here? I am running out of ideas.
ERROR in /var/www/staff/resources/ts/src/layout/header/partials/Search.vue.ts
5:18-38
[tsl] ERROR in /var/www/staff/resources/ts/src/layout/header/partials/Search.vue.ts(5,19)
TS2307: Cannot find module "./search/Empty.vue" or its corresponding type declarations.
ERROR in /var/www/staff/resources/ts/src/layout/header/partials/Search.vue.ts
6:26-70
[tsl] ERROR in /var/www/staff/resources/ts/src/layout/header/partials/Search.vue.ts(6,27)
TS2307: Cannot find module "../../../components/menu/MenuComponent.vue" or its corresponding type declarations.
webpack compiled with 602 errors
Hi, can anyone help one this one?
Hi Dan,
Sorry for the delay with the reply.
Please make sure that you have copied all required files and components, looks like some of the components were not included.
You can copy fully copy the assets folder and place it into vue_laravel/resources/ts.
Hi Dan,
Could you please specify which version of Metronic are you using?
Hi I am using v8.0.38.
Thanks