I am having troubles on runnning a code online, it's the sliding image puzzle from this link: https://www.youtube.com/watch?v=_wdbhVvMOCs and here is the github from the video's description: https://github.com/danba340/react-sliding-puzzle
If I type in npm start, it shows this error on the local host.
After running it on the VS Code, it shows this error that says \node_modules\react-motion doesn't exist.
Whenever I try npm install --save react-motion , it shows this error on the Visual Studio Code.
Please help me this is for my project thank you!