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.

Bump version to Angular v13.x.x

See original GitHub issue

Version 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:closed
  • Created 2 years ago
  • Reactions:12
  • Comments:12 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
HyperLife1119commented, Jan 12, 2022

There doesn’t seem to be much activity on the repo, unfortunately… Hopefully we don’t need to fork it and start offering an alternative.

Since the library is no longer active, I had to migrate to the new library: https://www.npmjs.com/package/ngx-socketio2

3reactions
HyperLife1119commented, Feb 25, 2022

@HyperLife1119 is ngx-socketio2 compatible with ngx-socket-io or we have to rewrite the code ?

This ngx-socketio2 library it rewrites the code. If you read the README.md, you will find that the API differences between them are similar, and the migration cost is small.

Read more comments on GitHub >

github_iconTop 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 >

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