We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
`` npm i npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: @ssv/[email protected] npm ERR! Found: [email protected] npm ERR! node_modules/rxjs npm ERR! rxjs@"^7.5.5" from the root project npm ERR! peer rxjs@"^6.5.3 || ^7.4.0" from @angular/[email protected] npm ERR! node_modules/@angular/cdk npm ERR! @angular/cdk@"^13.3.4" from the root project npm ERR! peer @angular/cdk@"^13.0.1" from @angular-material-components/[email protected] npm ERR! node_modules/@angular-material-components/datetime-picker npm ERR! @angular-material-components/datetime-picker@"^7.0.1" from the root project npm ERR! 2 more (@angular/flex-layout, @angular/material) npm ERR! 13 more (@angular/common, @angular/core, @angular/flex-layout, ...) npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer rxjs@"^6.6.0" from @ssv/[email protected] npm ERR! node_modules/@ssv/signalr-client npm ERR! @ssv/signalr-client@"^3.0.0-dev221" from the root project npm ERR! npm ERR! Conflicting peer dependency: [email protected] npm ERR! node_modules/rxjs npm ERR! peer rxjs@"^6.6.0" from @ssv/[email protected] npm ERR! node_modules/@ssv/signalr-client npm ERR! @ssv/signalr-client@"^3.0.0-dev221" from the root project
The text was updated successfully, but these errors were encountered:
Thanks for opening the issue. We haven't updated yet to support rxjs >6.
Might be just updating RXJS, if you provide a sample project maybe we can test it easily. Else we try to update soonish
Sorry, something went wrong.
Hi,
After update my project to angular 14 this npm package are not compatible. my rxjs package is also updated to V7.5.5
No branches or pull requests
``
npm i
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @ssv/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/rxjs
npm ERR! rxjs@"^7.5.5" from the root project
npm ERR! peer rxjs@"^6.5.3 || ^7.4.0" from @angular/[email protected]
npm ERR! node_modules/@angular/cdk
npm ERR! @angular/cdk@"^13.3.4" from the root project
npm ERR! peer @angular/cdk@"^13.0.1" from @angular-material-components/[email protected]
npm ERR! node_modules/@angular-material-components/datetime-picker
npm ERR! @angular-material-components/datetime-picker@"^7.0.1" from the root project
npm ERR! 2 more (@angular/flex-layout, @angular/material)
npm ERR! 13 more (@angular/common, @angular/core, @angular/flex-layout, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer rxjs@"^6.6.0" from @ssv/[email protected]
npm ERR! node_modules/@ssv/signalr-client
npm ERR! @ssv/signalr-client@"^3.0.0-dev221" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/rxjs
npm ERR! peer rxjs@"^6.6.0" from @ssv/[email protected]
npm ERR! node_modules/@ssv/signalr-client
npm ERR! @ssv/signalr-client@"^3.0.0-dev221" from the root project
The text was updated successfully, but these errors were encountered: