2

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.

4

1 回答 1

1

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

于 2020-12-01T13:18:27.230 回答