-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
Could not find declaration file for module chalk #142
Comments
Could you post a reproduction please? Also, can you confirm if you are not using |
here is the reproduction. |
Ah the problem is that we need to update the chalk version |
This should be fixed in 0.4.7 - can you confirm @hareaca ? |
@johnnyreilly yes, chalk now is fine, but now there is an issue with |
Could you share the error you encounter please? Also, could you try removing |
@johnnyreilly Submited a PR, hope it's the last fix for this issue. |
@johnnyreilly Looks like the issue with |
Hey @hareaca, So I suspect the reason you're encountering this is that |
@johnnyreilly So, actually it make sense to have installed locally |
I think so yes! |
@johnnyreilly Got it. Thanks! |
After updating to
v0.4.5
it starts complaining about types for module chalk.After setting
skipLibCheck
to true in tsconfig eveything is fine, but isn't better to have this set by default withfork-ts-checker-webpack-plugin
as explained here?The text was updated successfully, but these errors were encountered: