react-multi-select
react-multi-select copied to clipboard
@kenshooui/[email protected] incompatible with react 17.0.2
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/[email protected] node_modules/@kenshooui/react-multi-select @kenshooui/react-multi-select@"1.1.6" from the root project
Steps to Reproduce the Problem
- Delete node_modules and package-lock.json
rm -rf node_modulesrm package-lock.json -
npm install
Specifications
react 17.0.2 @kenshooui/[email protected] node v16.13.0 npm 7.24.2
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/[email protected]
node_modules/@kenshooui/react-multi-select
@kenshooui/react-multi-select@"*" from the root project
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/[email protected] 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?