1

I'm trying to run this web app from https://github.com/CleverProgrammers/tinder-blockchain-youtube but I'm getting the following error:

Image with the error

./node_modules/react-panresponder-web/dist/panresponder.js:7:0
Module not found: Can't resolve 'react-dom/unstable-native-dependencies'

Import trace for requested module:
./node_modules/react-tinder-card/index.js
./components/TinderCardItem.js
./components/Card.js
./pages/index.js

https://nextjs.org/docs/messages/module-not-found

Please someone help me out!

Ian Black
  • 11
  • 3
  • Please post the error message as text so it's easier for answerers to copy-paste parts of the message and troubleshoot your issue. You can wrap it in markdown block with three backticks `\`\`\`` – Petr Hejda Oct 20 '22 at 19:53
  • see [here](https://github.com/3DJakob/react-tinder-card/issues/100) for a simialr issue from the package's official Github page and [an SO answer](https://stackoverflow.com/questions/68521588/error-installing-react-tinder-card-dependency) mentioning incompatibe React versions - might help point you in the right direction. This happens quite a lot and sometimes it's an easy fix and other times you can wait for the package author/s to update or fix the issue or raise an issue on their Github page, similar to how you asked the question here. – deemyBoy Oct 21 '22 at 01:01
  • @PetrHejda I just checked and _answerers_ is a real word jic [question on English Language Learners](https://ell.stackexchange.com/questions/214155/does-the-word-answerers-exist) – deemyBoy Oct 21 '22 at 01:05

1 Answers1

0

I was expiriencing the same issue until I decided to use an earlier version of react-tinder-card . Try installing this , it might work for you too npm i react-tinder-card@1.5.4