Error parsing web-module ‘public/pages/mainPage.js’: Unexpected token (1:2) while parsing file: public/pages/mainPage.js
So you have an error in mainPage.js. Go over it, locate the error and fix it.
How can I locate the error???
-
Look at the file and see if the IDE marks an error.
-
Read the file carefully and see if something is wrong.
-
If it’s a very short code, you can post it here for review.
@jonatandor35
I got it…
I needed to turned off the “Dev Mode”
Thanks!
It’s probably not related, but I’m glad it’s ok now.