question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hanging at 'Files successfully emitted, waiting for typecheck results...'

See original GitHub issue

3.4.1 This just started happening and can’t get rid of it. Without any package changes. It had been working alright, then suddenly hangs forever. Tried npm reinstall --no-cache, updated packages to 3.4.1. Have no idea what’s causing it.

Downgrading typescript (used to be 3.7.5) to 3.3 or upgrading it to 3.8.3 didn’t help either. Building in node 13.7 & node 13.10, with same results.

tsconfig is the same as in the ejected CRA with additional

"experimentalDecorators": true,
    "noImplicitAny": false,
    "strictNullChecks": false

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:32
  • Comments:32

github_iconTop GitHub Comments

16reactions
rickihastingscommented, Dec 7, 2020

I’m getting the same issue, tried everything in here, nothing fixes it apart from reverting which isn’t ideal.

11reactions
sixhellstationscommented, Jun 3, 2020

Revert to 3.4.0 solve this issue for me

Read more comments on GitHub >

github_iconTop Results From Across the Web

Files successfully emitted, waiting for typecheck results... stuck ...
Problem. When there are SASS variables imported in any TypeScript file, saving changes gets you stuck on Files successfully emitted, waiting ...
Read more >
Example stuck on typechecks - React for ThreeJS
This is is the message on the terminal: “Files successfully emitted, waiting for typecheck results…” I have node v16.14.0 and npm v8.17.0.
Read more >
Ionic Serve is stuck on "Files successfully emitted, waiting for ...
[react-scripts] Files successfully emitted, waiting for typecheck results… But thats where it stops, no site is opening, no error message, ...
Read more >
Files Successfully Emitted, Waiting For Typecheck Results ...
Bonus points Such NPM modules work just fine with browserify using tsify or webpack using tsloader. Node.js QuickStart 113. Feeling stuck?
Read more >
CRA hangs on typecheck when importing createReducer from ...
It'll stuck on. Files successfully emitted, waiting for typecheck results... and emit at the end: FATAL ERROR: Ineffective mark-compacts near heap limit ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found