thetrevorharmon / gatsby-theme-shopify-manager

The easiest way to start a Shopify shop on Gatsby.
https://gatsby-theme-shopify-manager.netlify.app/
MIT License
122 stars 12 forks source link

unable to resolve dependency tree #96

Open joshua-isaac opened 3 years ago

joshua-isaac commented 3 years ago

Hello all,

when trying to install gatsby-theme-shopify-manager into my project using the lastest version of Gatsby (gatsby@3.2.1), i receive the following error:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: carlawft-studios@2.3.4
npm ERR! Found: gatsby@3.2.1
npm ERR! node_modules/gatsby
npm ERR!   gatsby@"^3.2.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer gatsby@"^2.19.18" from gatsby-theme-shopify-manager@0.1.8
npm ERR! node_modules/gatsby-theme-shopify-manager
npm ERR!   gatsby-theme-shopify-manager@"*" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.

Any help would be greatly appreciated!

Thanks,

Jamal1337 commented 3 years ago

just run it as npm i gatsby-theme-shopify-manager --legacy-peer-deps

joshua-isaac commented 3 years ago

thank you @Jamal1337, i will try this out