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

@kenshooui/react-multi-select@1.1.6 incompatible with react 17.0.2 #197

Open
BaharYilmaz opened this issue Nov 10, 2021 · 2 comments
Open

Comments

@BaharYilmaz
Copy link

Expected Behavior

I deleted node_modules and package-lock.json then run npm install. I am waiting that successfully install packages.

Actual Behavior

But a dependency error occurred while installing packages.

peer react@"^15.0.0-0 || ^16.0.0" from @kenshooui/react-multi-select@1.1.6 node_modules/@kenshooui/react-multi-select @kenshooui/react-multi-select@"1.1.6" from the root project

Steps to Reproduce the Problem

  1. Delete node_modules and package-lock.json
    rm -rf node_modules
    rm package-lock.json
  2. npm install

Specifications

react 17.0.2
@kenshooui/react-multi-select@1.1.6
node v16.13.0
npm 7.24.2

@schmite
Copy link

schmite commented May 23, 2022

Same dependency error here:

react@"^17.0.2" from the root project

Could not resolve dependency:
peer react@"^15.0.0-0 || ^16.0.0" from @kenshooui/react-multi-select@1.1.6
node_modules/@kenshooui/react-multi-select
@kenshooui/react-multi-select@"*" from the root project

@isaac-wahba
Copy link

Same dependency error here:

react@"^17.0.2" from the root project

Could not resolve dependency:
peer react@"^15.0.0-0 || ^16.0.0" from @kenshooui/react-multi-select@1.1.6
node_modules/@kenshooui/react-multi-select
@kenshooui/react-multi-select@"*" from the root project

I have a similar issue. Did you find a solution for it?

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

3 participants