Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Cannot run remix init #191

@tgdn

Description

@tgdn

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions