6 high severity vulnerabilities
To address all issues (including breaking changes), run: npm audit fix --force
CodePudding user response:
That might be because the package you're trying to install was optimized for previous npm versions. But in most cases it should be fine.
you can use--force
to avoid errors