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
Fix react conflicting peer dependency with react-reconciler (#365)
Reverting back to `react@^16.x.x`. `react-reconciler` should be
updated separately so that it can safely be used with `[email protected]`.
When installing `react-nodegui` as a dependency. It will yield a
warning:
```
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: [email protected]
npm WARN node_modules/react
npm WARN react@"^17.0.2" from the root project
npm WARN 1 more (@nodegui/react-nodegui)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer react@"^16.13.1" from [email protected]
npm WARN node_modules/react-reconciler
npm WARN react-reconciler@"^0.25.1" from @nodegui/[email protected]
npm WARN node_modules/@nodegui/react-nodegui
npm WARN
npm WARN Conflicting peer dependency: [email protected]
npm WARN node_modules/react
npm WARN peer react@"^16.13.1" from [email protected]
npm WARN node_modules/react-reconciler
npm WARN react-reconciler@"^0.25.1" from @nodegui/[email protected]
npm WARN node_modules/@nodegui/react-nodegui
```
0 commit comments