Closed coreybyrum7 closed 10 months ago
I'm a little confused by this step:
Pulled the repo onto my local file system
You shouldn't have to pull any repo. Simply run npx create-epic-app@latest
wherever you want the project to go. It will ask you for a name and will create the directory for you.
I see! Apologies! I'm fairly new to Remix and utilizing templates/stacks.
Unfortunately, the issue above still exists for me when running npx create-epic-app
directly from an arbitrary folder (not a repo). I can update the description to reflect the issue.
Could it be my node version? What's the expected node range for create-epic-app
?
That's interesting. It seems to be working fine for me. I'm on node v20.10.0 so I don't expect that to be the issue. It does appear that your error is coming from something internal to node. Unfortunately it doesn't really look like there's much helpful info in the error message. Sorry! Maybe someone else has seen this before 🙏
Attempting to follow getting-started.md
Steps
npx create-epic-app@latest
❌ Error received
Any help would be appreciated!