You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.
Hi, first of all thanks for this amazing library: I'm a huge fan of Sanity and, for a simple project, I'd like to try it with Astro!
I installed it and I'm using the pnpm package manager but, on start, I get the Cannot find module '@sanity/client' imported from 'virtual:sanity-init' error... to solve it I need to add the @sanity/client dependency manually.
I tried with yarn and it works as expected... I don't know if this is an expected behavior 🤔
Thanks
valse
The text was updated successfully, but these errors were encountered:
Hi, first of all thanks for this amazing library: I'm a huge fan of Sanity and, for a simple project, I'd like to try it with Astro!
I installed it and I'm using the pnpm package manager but, on start, I get the
Cannot find module '@sanity/client' imported from 'virtual:sanity-init'
error... to solve it I need to add the@sanity/client
dependency manually.I tried with
yarn
and it works as expected... I don't know if this is an expected behavior 🤔Thanks
valse
The text was updated successfully, but these errors were encountered: