Reputation: 31
I'm new to it, seems like a simple issue but I can't figure out why is my React app breaking with this error. I've even copied the whole source file and pasted, but still have this going on. What could be some the reasons?
Upvotes: 0
Views: 538
Reputation: 405
From my experience, that's usually two issues: Either your Node.js is outdated when it comes to importing libraries, or you are importing a local file using a wrong path. I suggest you changing paths until you get it right.
Upvotes: 1