Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run remix init #191

Open
tgdn opened this issue Sep 17, 2024 · 0 comments
Open

Cannot run remix init #191

tgdn opened this issue Sep 17, 2024 · 0 comments

Comments

@tgdn
Copy link

tgdn commented Sep 17, 2024

Have you experienced this bug with the latest version of the template?

Yes

Steps to Reproduce

npx create-remix@latest --template remix-run/grunge-stack
npm i
npx remix init

Expected Behavior

It should work.

Actual Behavior

Error: Command failed: npm install
    at checkExecSyncError (node:child_process:890:11)
    at Object.execSync (node:child_process:962:15)
    at Object.init (/Users/tgdn/workspace/admin/node_modules/@remix-run/dev/dist/cli/commands.js:96:24)
    at async Object.run (/Users/tgdn/workspace/admin/node_modules/@remix-run/dev/dist/cli/run.js:240:7) {
  status: 1,
  signal: null,
  output: [ null, null, null ],
  pid: 66524,
  stdout: null,
  stderr: null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant