Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help , tsc -d catch error, seems typeorm error, i’m not sure. #4662

Closed
cevio opened this issue Aug 29, 2019 · 9 comments
Closed

Need help , tsc -d catch error, seems typeorm error, i’m not sure. #4662

cevio opened this issue Aug 29, 2019 · 9 comments

Comments

@cevio
Copy link

cevio commented Aug 29, 2019

I cannot build with tsc -d, it does not work well.

image

my repo is here, you can clone it and run npm run build.

Then you can see the errors.

tsc version: 3.6.2
node version: v10.16.0
use vscode.

Who can help me? thanks!

@cevio
Copy link
Author

cevio commented Aug 29, 2019

I rollback typescript@3.5.3, then it work well. typeorm does not work well with ts@3.6.2 ?

@zetoke
Copy link

zetoke commented Aug 29, 2019

I have the same issue. Not sure how to fix that right now without rolling back.

@cevio cevio changed the title Need help , tsc -d catch error, seems typeorm error, i don't sure. Need help , tsc -d catch error, seems typeorm error, i’m Not sure. Aug 29, 2019
@cevio cevio changed the title Need help , tsc -d catch error, seems typeorm error, i’m Not sure. Need help , tsc -d catch error, seems typeorm error, i’m not sure. Aug 29, 2019
@cevio
Copy link
Author

cevio commented Aug 29, 2019

@zetoke use ts@3.5.3

@zetoke
Copy link

zetoke commented Aug 29, 2019

@cevio yeah, I do. I just didn't merge the branch with an updated typescript 😄

@zetoke
Copy link

zetoke commented Aug 29, 2019

Probably related discussions at the end of threads
microsoft/TypeScript#29112
#3194

@zetoke
Copy link

zetoke commented Aug 29, 2019

And this one as a confirmed bug in Typescript microsoft/TypeScript#33132
looks very similar

@zetoke
Copy link

zetoke commented Aug 29, 2019

There should be a fix microsoft/TypeScript#33144

@Kampfmoehre
Copy link

I have temporarily added this in my tsconfig.json to workaround:

{
  "skipLibCheck": true
}

@sam-hunt
Copy link

sam-hunt commented Sep 9, 2019

typescript@3.6.3-insiders.20190909 is out on npm

jeremija added a commit to rondomoon/rondo-framework that referenced this issue Jan 10, 2020
TypeScript 3.6 cannot be updated because of a current bug with
FindConditions<?>.

typeorm/typeorm#4470
typeorm/typeorm#4662

microsoft/TypeScript#33144
vince8x pushed a commit to bcProFoundation/building-blocks that referenced this issue Aug 4, 2022
update root dependencies
update packages dependencies
typescript locked to existing
refer typeorm/typeorm#4662

use latest dependencies
vince8x pushed a commit to bcProFoundation/building-blocks that referenced this issue Aug 4, 2022
update: root and packages

update root dependencies
update packages dependencies
typescript locked to existing
refer typeorm/typeorm#4662

use latest dependencies

See merge request castlecraft/building-blocks!385
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants