An error on the main page "Unexpected token (1:2) while parsing file" How do I fix it???

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???

  1. Look at the file and see if the IDE marks an error.

  2. Read the file carefully and see if something is wrong.

  3. 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.