rx-stomp icon indicating copy to clipboard operation
rx-stomp copied to clipboard

Missing stompjs dependency

Open awallat opened this issue 1 year ago • 2 comments

After updating from rx-stomp 1.2.0 -> 2.0.0 my app is not running anymore and it complains about:

Error: node_modules/@stomp/rx-stomp/esm6/rx-stomp.d.ts:2:84 - error TS2307: Cannot find module '@stomp/stompjs' or its corresponding type declarations.

I saw that the stompjs-library is not there anymore and yarn (3.6.3) was giving this warning:

YN0002: │ xxxxxx@workspace:. doesn't provide @stomp/stompjs (pbbbdc), requested by @stomp/rx-stomp

image

Adding the latest stompjs lib (7.0.0) to my package.json fixes the issue. Do I need to provide it manually with 2.0.0?

awallat avatar Oct 20 '23 07:10 awallat