79278737

Date: 2024-12-13 15:05:35
Score: 1
Natty:
Report link

Looks like this was an issue of juggling multiple instances of React in an npm monorepo. Even though these all had distinct package.json files, having different versions of React in the common node_modules folder was a timebomb. I'll need to clean out the project further, and maybe get all the projects on the same React version. In the interim, a co-worker found that using --legacy-peer-deps was enough to get everything at least working, ie: npm install --legacy-peer-deps -w

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: stakolee