Error: No "sanity.json" file found in plugin "@sanity/base"

Viewed 590

I am new to sanity and trying to follow along to a tutorial on youtube but I am getting this error when I run ' sanity start'. Can anyone give me advice on what I should do?

sanity error

1 Answers

In my case, running sanity install solved this issue.

If it won't help, try manually deleting node_modules folder and then run sanity install.

Related