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
Evolu right now requires adding packageExtensions in .yarnrc.yml because some of its packages import from packages that are not explicitly listed in their package.jsons. These packages and their dependencies are:
@evolu/react-native depends on @react-native-community/netinfo in PlatformLive.
Evolu right now requires adding
packageExtensions
in.yarnrc.yml
because some of its packages import from packages that are not explicitly listed in theirpackage.json
s. These packages and their dependencies are:@evolu/react-native
depends on@react-native-community/netinfo
inPlatformLive
.@evolu/common-web
depends onnanoid
inNanoidGeneratorLive
.The fix for this is either to add these packages to
dependencies
, or to add them aspeerDependencies
.nanoid
could probably be a dependency.The text was updated successfully, but these errors were encountered: