-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Can't build in Angular with errors in types/postprocessing.d.ts #395
Comments
Reverting back to version 6.25.0 (last one without type files) and declaring |
There has to be something wrong with your setup. Any chance you could provide a repository with a minimal reproduction of the issue? |
Thanks for your reply @vanruesc , it happens in an empty Angular project with the steps I mentioned above. |
I've had the same issue, but not while using Angular. I'm using My full dependencies are as follows:
|
The types have been updated and validated in |
Good news: no more errors for me, personally, upon updating to |
Closing this as it seems to be resolved. |
I'm having issues with building after including the EffectComposer.
I assume I'm doing something wrong because I haven't found any results about this. But I have no idea where to look, the error is as follows:
In an empty Angular project I install
three
,@types/three
andpostprocessing
.import {EffectComposer} from 'postprocessing'
triggers the following errors:Does someone know where I have to look?
The text was updated successfully, but these errors were encountered: