Error with Rxjs and ImageResizer

Hello, I want to use Rxjs and ImageResizer in the same project and have there a Conflikt.

I am using Angular and Ionic 6.20.8

Compiled with problems:X

ERROR in ./node_modules/@ionic-native/core/decorators.js 1:0-45

Module not found: Error: Package path ./Observable is not exported from package /Users/markbaumann/Desktop/drink-together/node_modules/rxjs (see exports field in /Users/markbaumann/Desktop/drink-together/node_modules/rxjs/package.json)


ERROR in ./node_modules/@ionic-native/core/decorators.js 2:0-47

Module not found: Error: Package path ./observable/throw is not exported from package /Users/markbaumann/Desktop/drink-together/node_modules/rxjs (see exports field in /Users/markbaumann/Desktop/drink-together/node_modules/rxjs/package.json)


ERROR in ./node_modules/@ionic-native/core/plugin.js 1:0-45

Module not found: Error: Package path ./Observable is not exported from package /Users/markbaumann/Desktop/drink-together/node_modules/rxjs (see exports field in /Users/markbaumann/Desktop/drink-together/node_modules/rxjs/package.json)


ERROR in ./node_modules/@ionic-native/core/plugin.js 2:0-54

Module not found: Error: Package path ./observable/fromEvent is not exported from package /Users/markbaumann/Desktop/drink-together/node_modules/rxjs (see exports field in /Users/markbaumann/Desktop/drink-together/node_modules/rxjs/package.json)

I also saw this topic with the same problem: Ionic 4 native plugin problem