Hi, I installed Metronic vue.js version in localhost, but when I make a change in html, I get the next error:
Compiled with problems:X
ERROR
C:\Users\webma\proyectos\BMG3.0Vue\demo1\src\views\crafted\authentication\basic-flow\SignIn.vue
113:75 error Delete `ââ··········ââ········` prettier/prettier
â 1 problem (1 error, 0 warnings)
1 error and 0 warnings potentially fixable with the `--fix` option.
How can solution this?
Thank you
Hi Antonio!
These are prettier code style errors, you can easily fix them by running npm run lint
.