2
The first mistake is saying that you’re in this place called main.js, and I found no error in this file;
import Vue from 'vue'
import app from './app'
require('./bootstrap');
new Vue(app).$mount('#app');
that’s the mistake:
The error numbers are so large that I had to put it in the repository because it didn’t fit here
I need to see every one of them.
This is because of
ESLINT, he is warning about the dots and comma. Just take them off and already will disappear most of the mistakes– Rafael Augusto
If it’s his problem then how do I solve the problem?
– wladyband
Just erase the
;of your code and ready ;)– Rafael Augusto
Thanks, I’m correcting the code, just a minute.
– wladyband