rodgc / ngx-socket-io

Socket.IO module for Angular
MIT License
261 stars 89 forks source link

ngx-socket-io@4.6.0 install error in angular@17.3.0 #176

Open surjendu104 opened 2 months ago

surjendu104 commented 2 months ago

I have ran this command : npm i ngx-socket-io@4.6.0 to install it in angular@17.3.0 but getting thsi error ngx-socket-io-install-error

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 30 days with no activity.

surjendu104 commented 1 month ago

@rodgc ps look into it

AngelZaragoza commented 1 month ago

@surjendu104 I had the same exact issue, but it successfully installed using the 4.6.1 version: image

Anonymous777-ind commented 1 month ago

try this command

npm i ngx-socket-io --legacy-peer-deps

github-actions[bot] commented 2 weeks ago

This issue is stale because it has been open for 30 days with no activity.

surjendu104 commented 1 week ago

try this command

npm i ngx-socket-io --legacy-peer-deps

it worked!! thanks @Anonymous777-ind