kamilkisiela / apollo-angular

A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁
https://apollo-angular.com
MIT License
1.5k stars 309 forks source link

apollo-angular 4.1.1 installation failed #1871

Closed Fedpaf closed 1 year ago

Fedpaf commented 1 year ago

The installation failed cause I have angular/core 15.0.0. If I force the installation it works fine. This is annoying.

image
SimonCockx commented 1 year ago

This is already resolved on master, but just needs publishing to npm. See discussion in https://github.com/kamilkisiela/apollo-angular/issues/1847

Temporary workaround until the maintainer makes a new release: add this to your package.json.

"overrides": {
        "apollo-angular": {
            "@angular/core": "^15.0.0"
        }
    },
PowerKiKi commented 1 year ago

Duplicate of #1847

Fedpaf commented 1 year ago

Thank you for the reply. The workaround worked successfully.