npm Install failure #838
Replies: 1 comment
-
There was a bug in one of the packages. Since been updated |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Im running npx create-epic-app@latest, assigning a directory then getting
`node:internal/errors:867
Error: Command failed: npx --yes create-remix@latest --install --no-git-init --init-script --template epicweb-dev/epic-stack
at checkExecSyncError (node:child_process:885:11)
at execSync (node:child_process:957:15)
at createEpicApp (file:///Users/userName/.npm/_npx/cac6a35e04d35842/node_modules/create-epic-app/index.js:7:3)
at file:///Users/userName/.npm/_npx/cac6a35e04d35842/node_modules/create-epic-app/index.js:10:1
at ModuleJob.run (node:internal/modules/esm/module_job:193:25) {
status: 1,
signal: null,
output: [ null, null, null ],
pid: 25836,
stdout: null,
stderr: null
}`
I did notice after the install fails my node is v19.9 (my default is 20.15)
Beta Was this translation helpful? Give feedback.
All reactions