npm: When to use `–force` and `–legacy-peer-deps`
In the new version of npm (v7), by default, npm install will fail when it encounters conflicting peerDependencies. It was not like that before. Take a look here for more info about peer dependencies in npm v7. The differences between the two are below – –legacy-peer-deps: ignore all peerDependencies when installing, in the style of … Read more