You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Delete node_modules and package-lock.json rm -rf node_modules rm package-lock.json
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
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
The text was updated successfully, but these errors were encountered: