rodgc/ngx-socket-io

"@types/socket.io-client": "1.4.36"

SergeyMashchenko opened this issue · 3 comments

Since yesterday all my builds in docker are failing
after npm i it is downloading new issue, but code/package.json/package-lock was not changed

./node_modules/ngx-socket-io/ivy_ngcc/fesm2015/ngx-socket-io.js:22:23-34 - Error: export 'default' (imported as 'io__default') was not found in 'socket.io-client' (possible exports: Manager, Socket, connect, io, protocol)

./node_modules/ngx-socket-io/ivy_ngcc/fesm2015/ngx-socket-io.js:22:37-48 - Error: export 'default' (imported as 'io__default') was not found in 'socket.io-client' (possible exports: Manager, Socket, connect, io, protocol)

"ngx-socket-io": "3.3.0"

Experiencing this issue as well from a fresh install with v4.1.0

Looks like it's stemming from an issue with socket.io-client 4.3.0

Current workaround is manually add v4.2.0 to package.

ref: socketio/socket.io-client#1507

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

This issue was closed because it has been inactive for 7 days since being marked as stale.