-
Notifications
You must be signed in to change notification settings - Fork 457
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
adding @type/xxx dependency does not clear the cache #785
adding @type/xxx dependency does not clear the cache #785
Comments
@developer239 I think it's clear what's failing here, the message is explicit. You have to fix the typing issue, or disable the diagnostics. Documentation can be found there https://kulshekhar.github.io/ts-jest/ |
@developer239 sorry that you read it like that, didn't mean that at all. Worst I can mean is that you wouldn't read. You don't know how many people submit issues because they don't read the error message. Cloning your repo now and checking. Edit: btw, you username didn't help :-p |
@developer239 after installing some types, you have to |
@huafu Adding the dependency, clearing cache and fixing some additional typescript error works for me. |
@developer239 either leave this open or create another issue about the clear cache necessary after adding @types deps. This is actually an issue 😉 |
Includes the real version of each dependency of the containing project in the cache key digest calculation. Closes kulshekhar#785
Issue
CircleCI build failing after updating from 23.1.4 to 23.10.0.
Expected behavior
CircleCI build should not fail.
Debug log:
PR: developer239/localized-graphql-koa-typescript#12
CircleCI log:
Minimal repo
https://github.com/developer239/localized-graphql-koa-typescript
The text was updated successfully, but these errors were encountered: