Need help , tsc -d catch error, seems typeorm error, i’m not sure.
See original GitHub issueI cannot build with tsc -d
, it does not work well.
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!
Issue Analytics
- State:
- Created 4 years ago
- Reactions:8
- Comments:9
Top Results From Across the Web
Syntax Error: Unexpected token { on compiled typescript
So a member on the TypeORM Slack (going by uladzimir as of answering this question) solved the problem. The issue was with my...
Read more >entitymetadatanotfounderror: no metadata for "users" was found.
Hey! So I recently updated to TypeORM 0.35 and after updating on run I am getting this error.
Read more >typeorm/typeorm - Gitter
Hi guys having an issue, Im very new to TypeORM… I have the following entity: @Entity({ schema: "demo" }) export default class User ......
Read more >Full-Stack TypeScript Apps - Part 1: Developing Backend APIs ...
js is a framework for building Node.js server-side web applications. What makes it special is that it addresses a problem that no other ......
Read more >TypeScript Express tutorial #3. Error handling and validating ...
Not always everything goes perfectly, you need to expect the unexpected. To prepare for that, we cover Express error handling and incoming ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There should be a fix https://github.com/microsoft/TypeScript/pull/33144
typescript@3.6.3-insiders.20190909 is out on npm