Error in Angular 7

I am testing uppy 1.0 with Angular 7.

I can get it working fine using:
import { XHRUpload, DragDrop, Dashboard, FileInput } from ‘uppy’;
import { Core as Uppy } from ‘uppy’;

but, I keep getting the following error:

ERROR in node_modules/@uppy/store-redux/types/index.d.ts(2,53): error TS2307: Cannot find module ‘redux’.

It builds and works fine for testing, but a --prod build does not complete. Any pointers or solutions welcome !

Thanks!!

are you using uppy/store-redux in your project in anyway?

No.

I have just reinstalled all node modules and manually installed redux, and it now compiles and works perfectly for a prod build.