Getting Started: Start-Up Command Fails #585
-
Attempting to follow getting-started.md Steps
❌ Error received user@machine epic-stack % npx create-epic-app@latest
remix v2.4.1 💿 Let's build a better website...
dir Where should we create your new project?
/test-website
◼ Template: Using epicweb-dev/epic-stack...
✔ Template copied
node:internal/errors:866
const err = new Error(message);
^
Error: Command failed: npx --yes create-remix@latest --install --no-git-init --init-script --template epicweb-dev/epic-stack
at checkExecSyncError (node:child_process:890:11)
at execSync (node:child_process:962:15)
at createEpicApp (file:///Users/user/.npm/_npx/cac6a35e04d35842/node_modules/create-epic-app/index.js:7:3)
at file:///Users/coreybyrum/.npm/_npx/cac6a35e04d35842/node_modules/create-epic-app/index.js:10:1
at ModuleJob.run (node:internal/modules/esm/module_job:217:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:316:24)
at async loadESM (node:internal/process/esm_loader:34:7)
at async handleMainPromise (node:internal/modules/run_main:66:12) {
status: 1,
signal: null,
output: [ null, null, null ],
pid: 38446,
stdout: null,
stderr: null
}
Node.js v20.9.0 Any help would be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
I'm a little confused by this step:
You shouldn't have to pull any repo. Simply run |
Beta Was this translation helpful? Give feedback.
-
I see! Apologies! I'm fairly new to Remix and utilizing templates/stacks. Unfortunately, the issue above still exists for me when running Could it be my node version? What's the expected node range for |
Beta Was this translation helpful? Give feedback.
-
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 🙏 |
Beta Was this translation helpful? Give feedback.
-
Coming back to this with an explanation..
|
Beta Was this translation helpful? Give feedback.
Coming back to this with an explanation..
create-remix
cli wasn't installed. Perhaps an implicit assumption in the getting-started docs. I had tried installing originally from a new machine without the remix cli installed.