We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to https://github.com/StreakYC/react-draggable-list/blob/main/package.json#L81 this needs react@"^16.6.0 || ^17.0.0" so installing on React 18.2 gets complaints, though it works if you force the install.
The text was updated successfully, but these errors were encountered:
npm install --force react-draggable-list
... worked for me as well with React 18.
Sorry, something went wrong.
This is the error I got today when I wanted to install your library
Hello, I got same error as @StarkElessar , when I tried to install the library. I'd like to avoide install it using with --force. Thank you for your attention :)
--force
No branches or pull requests
According to https://github.com/StreakYC/react-draggable-list/blob/main/package.json#L81 this needs react@"^16.6.0 || ^17.0.0" so installing on React 18.2 gets complaints, though it works if you force the install.
The text was updated successfully, but these errors were encountered: