Currently, my goal is to successfully install angular-ui.
Following the tutorials, I have attempted all commands such as:
npm install angular-bootstrap
However, this command results in an error message:
+-- UNMET PEER DEPENDENCY angular@>=1.5
After checking my angular version (which is 1.4), I suspect that may be the root cause of the issue?
In order to resolve this, I referenced a tutorial regarding migration to version 1.5, which suggested copying the new link to angular.js 1.5 - a step I completed. Unfortunately, this did not solve the problem.