adrianhajdin / ecommerce_sanity_stripe

Modern Full Stack ECommerce Application with Stripe
https://jsmastery.pro
2.21k stars 674 forks source link

Problem in installing sanity #82

Open sankooru14 opened 1 year ago

sankooru14 commented 1 year ago

image I am getting error while using the command "npm install -g @sanity/cli"

marvelous-007 commented 1 year ago

you need to install the latest version i.e npm i @sanity/client

Gstark10 commented 1 year ago

pls..i installed sanity but didn't get the same dependencies he used.. He had something like @sanity/client,@sanity/image-url,@stripe/stripe-js... but mine is different.... i need help.

marvelous-007 commented 1 year ago

just copie the package.json file and paste it in yours, then run npm install --force it will install all the packages you need

codebylanre commented 7 months ago

just copie the package.json file and paste it in yours, then run npm install --force it will install all the packages you need

Thanks!!!