Closed seansica closed 2 years ago
This pains me to accept, but it is a symptom of the overall issue - namely that ATT&CK Navigator is woefully out of date on a bunch of dependencies. So while we need to do this in the short term, I agree with your assessment that doing a major upgrade of everything will need to be a separate issue/set of issues.
The only other thing I'll do here is switch it to make the PR go to develop instead of master.
Closes #497
Explanation
This Issue is triggered by package dependency
@angular-devkit/build-angular@0.1100.7
.If we check the peer dependencies of
@angular-devkit/build-angular@0.1100.7
:However, upgrading
karma
to 5.1.0 is currently impossible on@angular/core@11.2.14
. We would need to upgrade to version 12 for this to work.Therefore, the simplest solution (for now) is to bypass installing peer dependencies via the
--legacy-peer-deps
flag. It disables peerDependency auto-installation and proceeds with the installation anyway.