# Error in Angular 7

**URL:** https://community.transloadit.com/t/error-in-angular-7/14909
**Category:** Uppy
**Created:** [April 30, 2019, 10:46am UTC](https://community.transloadit.com/t/error-in-angular-7/14909 "2019-04-30T10:46:09Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ianmant](https://yyz2.discourse-cdn.com/flex032/user_avatar/community.transloadit.com/ianmant/32/115_2.png) [@ianmant](https://community.transloadit.com/u/ianmant)
#### Post date: [April 30, 2019, 10:46am UTC](https://community.transloadit.com/t/error-in-angular-7/14909/1 "2019-04-30T10:46:09Z")

</div>

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!!

---

<div class="post-metadata">

### Author: ![ifedapoolarewaju](https://yyz2.discourse-cdn.com/flex032/user_avatar/community.transloadit.com/ifedapoolarewaju/32/36_2.png) [@ifedapoolarewaju](https://community.transloadit.com/u/ifedapoolarewaju)
#### Post date: [April 30, 2019, 11:21am UTC](https://community.transloadit.com/t/error-in-angular-7/14909/2 "2019-04-30T11:21:28Z")

</div>

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

---

<div class="post-metadata">

### Author: ![ianmant](https://yyz2.discourse-cdn.com/flex032/user_avatar/community.transloadit.com/ianmant/32/115_2.png) [@ianmant](https://community.transloadit.com/u/ianmant)
#### Post date: [April 30, 2019, 11:34am UTC](https://community.transloadit.com/t/error-in-angular-7/14909/3 "2019-04-30T11:34:41Z")

</div>

No.

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