I am using apollo in my angular 10 and I have this problem after running ng serve
ERROR in The target entry-point "apollo-angular" has missing dependencies:
- @angular/core
- apollo-client
- rxjs
- rxjs/operators
- apollo-link
Is there a command to install all this missing dependencies in my project...even though I think I have installed all these..strange that I have these errors. Can someone shine some wisdom in me,thank you in advance
From the apollo-angular#installation doc:
I am using angular
v11.0.3
. After downgradeapollo-angular
tov1.10.0
. Compiled successfully.Remove
apollo-angular
v2.Install
[email protected]
:package.json
: