0👍
The error indicates there is a parse error in your code at line 6341 of index.js. Because you have not labeled a file index.js, and have not included line numbers it is not possible to say with certainty what the specific cause of this error is. However, I can tell you that you need to look at line 6341 of index.js and check there for things like missing brackets or semi-colons, and also to check the surrounding code, as sometimes errors reported on one line are actually caused by a syntax error earlier in the document. Also, to check any other files which might be called on that line of index.js. Other than that, I’d suggest you include the contents of index.js in your question, if you’ve not done so already, label it index.js and include the line numbers. This will make it possible to tell you more specifically how to fix the problem.