You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@NullVoxPopuli I'm going to close this out since we discussed in Discord that using ember-cli-typescript without the typecheck worker doesn't make sense now that ember-cli-babel can perform typechecking directly.
Please paste the output of
ember -v
herePlease paste the output of
tsc -v
herePlease paste the version of
ember-cli-typescript
andember-cli-typescript-blueprints
here├─ [email protected]
What are instructions we can follow to reproduce the issue?
construct a node test that spawns ember-build multiple times
Using Mocha,
Obverve that the tests never exit.
(NOTE: OS may matter)
How to fix temporarily:
In the root package.json, I added a script to delete the type-checking worker code:
The text was updated successfully, but these errors were encountered: