I am facing a yarn create error. #4785
Unanswered
DataCrusade1999
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to run this command
yarn create redwood-app my-redwood-project
but I get an error that is similar to this one described here but in my case, there's no yarn.lock file to delete a package.json does exist but I deleted that after deletion the aforementioned command fails when it is in the process of installing the required dependencies for the project and the error is the same as the one that I have linked above. the directory where I'm trying to create this project does have a.yarn
folder (The path where this folder exists and where I am trying to create my project is theC:\Users\username
) where certain folders likecache
andrelease
do exist but I think that this is related to yarn's installation itself which is why I haven't deleted it.I used
corepack enable
to start yarn I didn't install yarn globally from npm.Beta Was this translation helpful? Give feedback.
All reactions