cosmicjs / unft-marketplace

A digital art marketplace built using Next.js, Stripe, and Cosmic.
https://cosmic-nextjs-marketplace.vercel.app
MIT License
66 stars 44 forks source link

ERESOLVE unable to resolve dependency tree #16

Closed umr55766 closed 1 year ago

umr55766 commented 1 year ago

When I am trying to install packages before running the app it is giving error while resolving dependencies.

image

Any thoughts ?

umr55766 commented 1 year ago

I was able to make it work by downgrading few packages

"next": "10.2.0",
"next-connect": "^0.12.2",
"react": "^16.8.0",
"react-dom": "^16.8.0",
tonyspiro commented 1 year ago

Hi @umr55766 I've now updated this to connect to the new dashboard and API.

I recommend:

  1. Log into the new Cosmic dashboard and create a new project. https://app.cosmicjs.com/login
  2. Select start from template and choose the uNFT template.
  3. Download the latest code from the repo which connects to the new dashboard since #17

I'm going to close this issue. Let me know if you run into any other issues! And thank you for the report 🙌🏻

umr55766 commented 1 year ago

Thank you @tonyspiro. It worked!