The first error is saying that it is in this file named main.js
, and I did not find any error in this file;
import Vue from 'vue'
import app from './app'
require('./bootstrap');
new Vue(app).$mount('#app');
This is the error:
The error numbers are so large that I had to put it in the repository because it did not fit here
I need to see each one of them.