Search code examples
sanity

"sanity init" command fails at "Resolving dependencies"


I just wanted to create a new Sanity project. After running npm install -g @sanity/cli, which worked fine, I run sanity init. At the last step it crashed with the following warning: Error Message From CMD

I didn't find any similar issues yet, so I post it here. I also have installed the latest NODE and NPM version.


Solution

  • I solved it by installing the node_modules inside the sanity folder manually with "npm install" :)