Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Module not found: Can't resolve '@sanity/client' > 1 | import sanityClient from '@sanity/client';

I am using "npm install -g @sanity/cli sanity init --coupon javascriptmastery2022" everything is workig well until I want to fetch the data from sanity client it says: ***Module not found: Can't resolve '@sanity/client'

1 | import sanityClient from '@sanity/client'; 2 | import imageUrlBuilder from '@sanity/image-url';*** and have checked the package json file and saw there is no '@sanity/client' installed there. then I run npm install -g @sanity/client and npm command works but there is no '@sanity/client' found in the package json, and the error is still the same

I really appreciate if anyone can help me

like image 780
Mahdi Ehssani Avatar asked Sep 21 '25 08:09

Mahdi Ehssani


1 Answers

Please Install npm i @sanity/client

I think it should be solve

like image 54
Mahfujur51 Avatar answered Sep 23 '25 15:09

Mahfujur51