Skip to content
Advertisement

Unable to resolve dependency tree Reactjs

I am trying to install react-tinder-card in my current project.So i am tring to install the react-tinder-card but after i use the command

npm install –save react-tinder-card

All i can see in my console is:

JavaScript

When i opened the debug.log file, i found this:

JavaScript

I don’t understand what that means. Please help me find the solution.Any sort of help would be appreciated. Thank you in advance.

Advertisement

Answer

https://www.apollographql.com/docs/react/migrating/apollo-client-3-migration/

The react-apollo package has been deprecated, and the functionality offered by each of the above packages can now be accessed from @apollo/client directly:

JavaScript
Advertisement