I am trying to include beautiful dnd package in my project but i got error while installing the package.
Please tell me if there is any other package like it or the solution of this error.
You can try installing @hello-pangea/dnd
from here with the following command:
npm i @hello-pangea/dnd
Later on, pretty much everything else is the same, you only change your imports from:
import { DragDropContext } from 'react-beautiful-dnd';
to
import { DragDropContext } from '@hello-pangea/dnd';