problem building app express with typeorm

Viewed 15

I am building my app with express and typeorm. When I run npm run build, I get an error that seems to come from typeorm.

I found a supposed solution that was changing the typescript version, but it doesn't work. delete the node_modules folder remove package-lock.json file rebuild them, but the error persists. Does anyone know how to fix it? Thanks.

enter image description here

0 Answers
Related