-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Property 'observable' must be of type 'symbol', but here has type 'unique symbol'. #7337
Comments
Looks like this is the issue caused by #7335 |
…" (#7340) This reverts commit 2809d6d, fixing issue #7337. The problem is not the `@types/node` version, as conjectured in #7335, but the incompatibility between the version of `@types/node` used by Angular and our recent major update of `symbol-observable`, which is a non-dev dependency of `@apollo/client`.
Hi, My solution was to set the
|
as workaround, you can install version 3.2.5 of the client with this fixed things on my side. |
This should now be fixed in |
@benjamn yes, it's fixed now. thank you-thank you-thank you |
1 similar comment
@benjamn yes, it's fixed now. thank you-thank you-thank you |
Intended outcome:
Install the apollo angular client
Actual outcome:
Client installs, but project will not compile. With a brand new Angular 11 project, with nothing done to it except
ng add apollo-angular
, I get the following errorHow to reproduce the issue:
ng add apollo-angular
Versions
System:
OS: Windows 10 10.0.18363
Binaries:
Node: 12.16.3 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.5 - ~\AppData\Roaming\npm\yarn.CMD
npm: 6.14.4 - C:\Program Files\nodejs\npm.CMD
Browsers:
Chrome: 86.0.4240.198
Edge: Spartan (44.18362.449.0)
npmPackages:
@apollo/client: ^3.0.0 => 3.2.6
apollo-angular: ^2.1.0 => 2.1.0
The text was updated successfully, but these errors were encountered: