-
-
Notifications
You must be signed in to change notification settings - Fork 737
Don't list @types packages as dependencies #600
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
Comments
Thanks @aciccarello. This doesn't really fix my issue though. What types am I missing that is causing this to fail? VSCode is able to resolve the |
These errors usually happen because the type definition files are updated but don't follow semantic versioning so the version npm resolves is not compatible with the one used when TypeDoc was released. That's why #579 is pinning the versions. As a workaround, you can use the |
Makes sense. Thanks, will try that flag. |
I tried installing typedoc and am suddenly getting a build error for a type definition that I don't even depend on, but typedoc does.
All
@types
dependencies should be moved todevDependencies
inpackage.json
The text was updated successfully, but these errors were encountered: