forlooptanzania / ride-my-way

Car pooling app (of developers) by developers for developers in Tanzania
22 stars 6 forks source link

Cannot find module 'merge2' #21

Closed BaharaJr closed 5 years ago

BaharaJr commented 5 years ago

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

BaharaJr commented 5 years ago

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 fromnpm install to yarn add that solved the problem for me. So in case you come around the same problem, that might help.