kenshoo / react-multi-select

A Multi Select component built with and for React
https://kenshoo.github.io/react-multi-select
MIT License
120 stars 53 forks source link

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

Open BaharYilmaz opened 3 years ago

BaharYilmaz commented 3 years ago

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 commented 2 years ago

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 commented 2 years ago

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?