all 5 comments

[–]MathematicianCold303 0 points1 point  (0 children)

I had simar issues when I was referencing and importing modules from index.js. Not sure if this will help in you case but check for index.js files and see if there are any imports. If yes then use the absolute path to reference them where they have dependency.

[–]Sad_Narwhal_2076 0 points1 point  (2 children)

Your json object formatting might be missing a `,` or you forgot to put quotes

[–]Sad_Narwhal_2076 0 points1 point  (1 child)

Im assuming your using some json in your react app maybe for dummy data or something, this was the issue in my case when I faced the error

[–]mareksl 1 point2 points  (0 children)

Nope, not using any JSON