5

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.

wallzry
  • 115
  • 9

1 Answers1

6

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

wallzry
  • 115
  • 9