Hi! I've recently integrated Metronic into my VueJS app, but after following your integration guide I'm getting this error when running my npm local dev build in Vue CLI:
<img src="https://i.imgur.com/5YEWWBA.png" />
Any idea of what I might be missing?
Hi,
Pleas make sure that you are using the same typescript version and configuration as shown in this file.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
I have installed the version in that file and it still doesn't work. I have typescript v5.5.3
Hi,
In our theme, we are using typescript v5.2.2. However, our code should be compatible with v5.5.3 as long as you are using the same typescript configuration.
Unfortunately, we haven't tried using our theme with Vue CLI project, in our current integration examples we are using Vue Vite.
Also, please make sure that typescript config paths in include are updated according to your project structure.
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.js", "src/**/*.vue"]