remix-run / grunge-stack

The Remix Stack for deploying to AWS with DynamoDB, authentication, testing, linting, formatting, etc.
https://remix.run/stacks
MIT License
438 stars 95 forks source link

Cannot run remix init #191

Open tgdn opened 2 months ago

tgdn commented 2 months ago

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
}