-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
v1.0.2 Runtime error with @types/zen-observale: error TS2300: Duplicate identifier 'Subscriber'. #1284
Comments
I've got the same issue |
Downgrading to 1.0.1 seemed to fix this issue for me. |
Unable to run a server created with create-react-app due to this bug. This bug was also seen in ApolloGraphQL: and there is an effort by @types/zen-observable to resolve it from within the zen-observable types library: |
Thanks @XCarle. I ran into similar issues like below I tried npm dedupe that worked for me. remove @types/zen-observable 0.5.4 node_modules@aws-amplify\pubsub\node_modules@types\zen-observable |
Are you still experiencing this issue? |
@jordanranz I am. I've tried npm dedupe but to no avail. Any other ideas? I had the issue at v1.1.19, and just updated to v1.1.22, but that did not include a fix. |
Is anything happening with this issue? Looks like it is still happening for me too. I'm on v1.1.23. |
Closing issue as inactive, please open another issue with more details if you still need support. |
I'm getting this error too. I'm trying to use amplify with my Angular app. This is my package.json{ |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
Problem with npm dependencies.
I tried some npm dedupe which did not fix the problem.
I think the Subscriber is defined in rxjs.
The text was updated successfully, but these errors were encountered: