What does npm install with --force and --legacy-peer-deps do exactly?
_________________________________________________________________________________________
TL;DR:
You may have this issue if you're upgrading from NPM v6 / Node v12.
NPM v7+ installs peerDependencies by default; this is not the case with previous vers...
blog.allaroundjavascript.com5 min read