question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ERROR in The target entry-point "apollo-angular" has missing dependencies: - @apollo/client/core

See original GitHub issue

Describe the bug

Just updated to new version and brings the error after build:

ERROR in The target entry-point “apollo-angular” has missing dependencies:

To Reproduce Steps to reproduce the behavior:

Install last version (2.0.2) and try to build it

Expected behavior

It should build the application

Environment:

  • apollo-angular:

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:16 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
sarora2073commented, Aug 23, 2020

if you’re using apollo-client (which apparently you are in the package.json above) you’re going to run into the same issues I did, which were asked and addressed above. You have to install @apollo/client (new package) and read the migration guide above.

1reaction
sarora2073commented, Aug 12, 2020

Sorry just realized that was the issue. I’ve migrated to @apollo/client. Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Install missing dependencies in angular 10 - Stack Overflow
I had the same issue for '@apollo/client/core' ERROR in The target entry-point "apollo-angular" has missing dependencies: @apollo/client/ ...
Read more >
apollo-angular - npm
Apollo Angular works out of the box with both Angular CLI ( ng add apollo-angular ) and NativeScript with a single install.
Read more >
The target entry-point -has missing dependencies: - Ionic Native
When I try to build my ionic mobile app on android I get the following error. An error occurred during the build: Error:...
Read more >
Issues · kamilkisiela/apollo-angular - GitHub
A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server - Issues · kamilkisiela/apollo-angular.
Read more >
Migration Guide – Angular - GraphQL Code Generator
Updating your app to Angular Apollo v3. ... 'apollo-angular/http' import { InMemoryCache } from '@apollo/client/core' @NgModule({ imports: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found