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
Sometimes it's useful to know why a dependency got added. This could be a separate command/flag similar to yarn why.
Example:
error packages/test-app/package.json: Changes are needed to satisfy all capabilities.
In dependencies:
- @react-native-community/netinfo "^9.0.0" is missing
- @react-native-community/netinfo was required by 'some-package', 'another-package'
The text was updated successfully, but these errors were encountered:
Sometimes it's useful to know why a dependency got added. This could be a separate command/flag similar to
yarn why
.Example:
The text was updated successfully, but these errors were encountered: