Skip to content

Conversation

@kenjonespizza
Copy link
Collaborator

@kenjonespizza kenjonespizza commented Dec 5, 2025

Description

Fixed the dev script in package.json to use npm-run-all2 instead of npm-run-all. The script was referencing the wrong binary name, causing a "Permission denied" error when users run npm run dev.

What to review

  • Change in package.json line 21: npm-run-allnpm-run-all2
  • Verify the dependency name matches: npm-run-all2 is installed (line 32)

Testing

Manually tested by running npm run dev after the change.

Update the dev script to use npm-run-all2 instead of npm-run-all to match
the installed dependency. This fixes the "Permission denied" error when
running npm run dev.
@kenjonespizza kenjonespizza requested a review from a team as a code owner December 5, 2025 15:23
@vercel
Copy link

vercel bot commented Dec 5, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
template-nextjs-clean Skipped Skipped Dec 5, 2025 3:25pm

@kenjonespizza kenjonespizza marked this pull request as draft December 5, 2025 15:31
@kenjonespizza
Copy link
Collaborator Author

Closing - the npm-run-all2 package installs a binary called npm-run-all, not npm-run-all2. The original code was correct.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 6, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant