Error when running npm run build:sdk
ERROR in src/app/shared/sdk/models/FireLoopRef.ts(2,10): error TS2305: Module '" D:/DFI Build/dfi/DFIBuild/Application/DFI_Angular/node_modules/rxjs/Rx"' has no exported member 'merge'. src/app/shared/sdk/services/core/error.service.ts(4,22): error TS2305: Module '" D:/DFI Build/dfi/DFIBuild/Application/DFI_Angular/node_modules/rxjs/Rx"' has no exported member 'throwError'.
any fixes?
What is your rxjs version?
The same as this repository package.json
Try using RxJS 6+, since all imports are now not backwards compatible with versions before 5.6.
Otherwise, try using the rxjs-compat supporting module.
Thanks!