Skip to content

npm install error when updating to final-form v4.20.6 #963

@blaxk

Description

@blaxk

npm v8.1.4

package.json

{
   ...
   "dependencies": {
      ...
      "final-form": "^4.20.6",
      "final-form-arrays": "^3.0.2",
      "final-form-submit-listener": "^1.0.0",
      "react-final-form": "^6.5.7",
      "react-final-form-arrays": "^3.1.3"
   }
}

npm install error

npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: [email protected]
npm WARN node_modules/final-form
npm WARN   final-form@"^4.20.6" from the root project
npm WARN   4 more (final-form-arrays, final-form-submit-listener, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer final-form@"4.20.4" from [email protected]
npm WARN node_modules/react-final-form
npm WARN   react-final-form@"^6.5.7" from the root project
npm WARN   1 more (react-final-form-arrays)
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: [email protected]
npm WARN node_modules/final-form
npm WARN   final-form@"^4.20.6" from the root project
npm WARN   4 more (final-form-arrays, final-form-submit-listener, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer final-form@"4.20.4" from [email protected]
npm WARN node_modules/react-final-form
npm WARN   react-final-form@"^6.5.7" from the root project
npm WARN   1 more (react-final-form-arrays)

It seems that you need to update the version of "final-form" in "peerDependencies" of "react-final-form".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions