Cannot find module 'merge2'
Closed this issue · 1 comments
BaharaJr commented
BaharaJr commented
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.
- I deleted my node_modules folder
- Deleted the package_lock.json file
- 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.