React Router example `package.json` start script is broken
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.2k
- Forks
- 1.8k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 6
Description
From https://github.com/vercel/examples/blob/main/framework-boilerplates/react-router/package.json, the code thinks that the build output is at ./build/server/index.js when it's really at ./build/server/nodejs_eyJydW50aW1lIjoibm9kZWpzIn0/index.js
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open framework-boilerplates/react-router/package.json and inspect its start script alongside the reported build output path. Update the script so it launches the actual generated server entry point, then verify that the start command can find and run that file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100