PAIR-code / PAIR-code/deliberate-lab
Deployment missing required dependencies
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 96
- Forks
- 40
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 20
Description
The top-level package.json file requires linting, but does not include the required packages in the dependencies section, (only on the devDependencies section). This makes deploying the platform impossible, unless these dependencies are manually added by the end-user.
Contributor guide
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
Start with the top-level package.json and compare the linting packages listed under devDependencies with the dependencies used during deployment. Move or add the required packages so a deployment install includes them, then verify that deployment no longer requires manual dependency installation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json, node.js, typescript
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 75/100