Bump version to Angular v13.x.x
See original GitHub issueVersion 13.x.x of Angular is released but ngx-socket-io
still depends on 12.x.x.x which is why I cannot use it in my project right now. A --force
does the job without breaking anything but it always give me a high pulse everytime I use it 😨
> $ npm i ngx-socket-io
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: xxx@0.0.0
npm ERR! Found: @angular/common@13.0.2
npm ERR! node_modules/@angular/common
npm ERR! @angular/common@"~13.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"^12.0.0" from ngx-socket-io@4.1.0
npm ERR! node_modules/ngx-socket-io
npm ERR! ngx-socket-io@"*" from the root project
Would be awesome if you could bump that dependency if it does not break everything.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:12
- Comments:12 (1 by maintainers)
Top Results From Across the Web
Add support for Angular v13 · Issue #28 - GitHub
One of the reasons for bumping the minor version number (instead of just a patch) was because of the Angular bump. What are...
Read more >How to upgrade Angular CLI project? - Stack Overflow
USEFUL: Use the official Angular Update Guide select your current version and the version you wish to upgrade to for the relevant upgrade...
Read more >Getting Started - Angular powered Bootstrap
When bumping ng-bootstrap major version, make sure to check all the breaking changes listed in the changelog. We try to minimize them as...
Read more >ng update - Angular
Perform a basic update to the current stable release of the core framework and CLI by running the following command. ... x.x version...
Read more >Learning to Use Semantic-Release the Hard Way
In this post I want to share a story. The story is about how I added semantic-release to an existing Angular library project....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Since the library is no longer active, I had to migrate to the new library: https://www.npmjs.com/package/ngx-socketio2
This
ngx-socketio2
library it rewrites the code. If you read theREADME.md
, you will find that the API differences between them are similar, and the migration cost is small.