forlooptanzania/ride-my-way

Cannot find module 'merge2'

Closed this issue · 1 comments

Hello guys, I installed react router in my project and everything went south, been trying to google for hours now and the solutions provided haven't worked for me. I hope I can get a solution from you guys. Thank you.
Screenshot from 2019-05-19 00-13-00

Hello good morning guys, after fighting overnight and a lot of googling to solve my problem that had my app crashing due to installing react router, I couldn't get the solution but then combining all the information I got, I tried out a few things.

  1. I deleted my node_modules folder
  2. Deleted the package_lock.json file
  3. Deleted the yarn.lock file

And switched from npm install to yarn add that solved the problem for me. So in case you come around the same problem, that might help.