Open BaharYilmaz opened 3 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
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?
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
rm -rf node_modules
rm package-lock.json
npm install
Specifications
react 17.0.2 @kenshooui/react-multi-select@1.1.6 node v16.13.0 npm 7.24.2