You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is in a Rush monorepo, and I've tried running rush update --full, which will update all indirect dependencies to their latest versions, but it still doesn't work. I don't have any tree-sitter package as a dependency, so this problem seems to be an issue with the Swagger stack of dependencies (and not anything on my end).
The text was updated successfully, but these errors were encountered:
From npm v7 onwards, npm changed the way it handles peerDependencies:
Previously (in npm v6 and earlier), peerDependencies would only show a warning if they were missing.
But starting from npm v7, peerDependencies are automatically installed and must be compatible with the version requirements of the related packages.
I've tried for several weeks, but the latest version of swagger-ui-react will not install due to peer dependency issues:
This is in a Rush monorepo, and I've tried running
rush update --full
, which will update all indirect dependencies to their latest versions, but it still doesn't work. I don't have anytree-sitter
package as a dependency, so this problem seems to be an issue with the Swagger stack of dependencies (and not anything on my end).The text was updated successfully, but these errors were encountered: