Hot Reload Vue.JS
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
Replies (1)
Hi Antonio!
These are prettier code style errors, you can easily fix them by running npm run lint
.