I'm facing the below issue when executing my angular project. I have installed @uirouter/angular-hybrid as well. But still, I'm getting this error
ERROR in The target entry-point "@uirouter/angular-hybrid" has missing dependencies:
- @uirouter/angularjs
Can you please suggest a way to achieve this?
I resolved it using the following packages:
The versions are taken from the
peerDependencies
fromnode_modules\@uirouter\angular\package.json
andnode_modules\@uirouter\angular-hybrid\package.json
I'd still like to understand why these needed adding manually though.