Skip to content

Comments

Issue 56 reproduction#57

Merged
kentcdodds merged 1 commit intomainfrom
cursor/issue-56-reproduction-0bef
Feb 21, 2026
Merged

Issue 56 reproduction#57
kentcdodds merged 1 commit intomainfrom
cursor/issue-56-reproduction-0bef

Conversation

@kentcdodds
Copy link
Member

@kentcdodds kentcdodds commented Feb 21, 2026

Add execa as a devDependency to all exercise apps to resolve ERR_MODULE_NOT_FOUND when running server/dev-server.js.

The server/dev-server.js files in the exercise apps import execa, but execa was not declared as a dependency in their package.json files. This issue was likely masked in older setups where execa was accidentally available at the root node_modules. With current dependency resolution, execa was only found nested under other packages, making it unresolvable from the playground apps, leading to crashes.


Open in Web Open in Cursor 


Note

Low Risk
Dependency-only change (dev-only) with no runtime or business-logic modifications; primary risk is minor lockfile/install churn.

Overview
Fixes local dev crashes in the exercise apps by explicitly adding execa as a devDependency to each exercise package.json, matching what server/dev-server.js already imports.

Updates package-lock.json to include execa@^9.6.1 and its transitive dependencies so installs resolve consistently.

Written by Cursor Bugbot for commit 7c6617b. This will update automatically on new commits. Configure here.

Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
@cursor
Copy link

cursor bot commented Feb 21, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@kentcdodds kentcdodds marked this pull request as ready for review February 21, 2026 19:40
@kentcdodds kentcdodds merged commit 8031980 into main Feb 21, 2026
5 checks passed
@kentcdodds kentcdodds deleted the cursor/issue-56-reproduction-0bef branch February 21, 2026 19:40
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

Successfully merging this pull request may close these issues.

2 participants