Fix The Upstream Dependency Conflict Installing NPM Packages
It looks like it's a problem with peer dependencies in the latest version of npm (v7) which is still a beta version.
Try with npm install --legacy-peer-deps
. For detailed information check the blog post npm v7 Series - Beta Release! And: SemVer-Major Changes in npm v7.
1036