NPM Error while installing Sanity Studio v3 #3361
-
Hello, I'm having trouble installing Sanity v3.
Here is the full log.
Node versions: 18.4.0 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Could you try running |
Beta Was this translation helpful? Give feedback.
-
Thanks for the answers. The working solution was by @olehhe. Steps:
I noticed that choosing Yarn runtime in a windows environment triggers a cli error for the Credits to @olehhe again for helping me. |
Beta Was this translation helpful? Give feedback.
Thanks for the answers. The working solution was by @olehhe.
Steps:
npm install @sanity/cli@dev-preview
npx @sanity/cli@dev-preview --version
npx @sanity/cli@dev-preview init
npm
as runtime overyarn
on Windows OS.I noticed that choosing Yarn runtime in a windows environment triggers a cli error for the
basepath
when I runyarn start
.Credits to @olehhe again for helping me.