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

Description
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
}