Mark Rabey

Results 6 comments of Mark Rabey

I'll get a sample repo up as soon as I can. Unfortunately I can't share this particular project.

I made a repo showing that has error: https://github.com/MarkRabey/typeorm-errors This was made by cloning this repo, and adding my Entities. I also removed the code inside `runDemo()`.

On a probably unrelated note, I get an error after just cloning the repository and building the project. ![screen shot 2019-02-20 at 4 14 22 pm](https://user-images.githubusercontent.com/5824577/53124941-b4d0eb80-352a-11e9-9088-0396a4851eb0.png)

And this error when **not** using the `--prod` option. ![screen shot 2019-02-20 at 4 19 33 pm](https://user-images.githubusercontent.com/5824577/53125209-67a14980-352b-11e9-8deb-3274162fb927.png)

I'm having a similar issue with `launchImageLibray()` ```ts launchImageLibrary({ mediaType: "mixed", }) ```