Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install failing with transitive dependency error #46

Open
jeblackburn opened this issue Jul 14, 2021 · 0 comments
Open

npm install failing with transitive dependency error #46

jeblackburn opened this issue Jul 14, 2021 · 0 comments

Comments

@jeblackburn
Copy link

Hello,

NPM install is failing for me with an error about version conflicts through your dependency on material-ui-chip-input.

npm ERR! Could not resolve dependency:
npm ERR! peer @material-ui/core@"^1.0.0 || ^3.1.0" from [email protected]
npm ERR! node_modules/material-ui-chip-input
npm ERR!   peer material-ui-chip-input@">=1" from [email protected]
npm ERR!   node_modules/material-ui-formik-components
npm ERR!     material-ui-formik-components@"0.7.0" from the root project

Relevant content of my package.json:

    "@material-ui/core": "^4.11.3",
    "@material-ui/icons": "^4.11.2",
    "@material-ui/lab": "*",
    "formik": "^2.2.9",
    "material-ui-formik-components": "0.7.0",

I don't understand why material-ui-chip-input is being drawn into the conversation; I thought it was optional.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant