-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
Package openapi-types is missing, but gets requested by yarn #199
Comments
A workaround I could use is this:
Here we also install the peer dependencies. |
I have the same problem. but not with yarn, with npm
|
@sinoohe could you help me out with a pull request here? I've spent three days straight just trying to fix the upstream dependencies to get 10.1.0 out and I really need a hand with this. |
I think the problem is that |
+1 -- Basically, this project requires This should be a |
Anyone got a PR to fix this. |
You can install |
I created a monorepository using turborepo with the yarn (v3.1.1) option. In there I have two express applications that use swagger. While trying to install I get the following log output:
What might be the reason and how can I debug this properly?
The text was updated successfully, but these errors were encountered: