restify / restify/node-restify
Upgrade formidable dependency to resolve npm warning
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10.7k
- Forks
- 975
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 5
Description
- [x ] Used appropriate template for the issue type
- [x ] Searched both open and closed issues for duplicates of this issue
- [x ] Title adequately and concisely reflects the feature or the bug
Restify Version: 10.0.0
Node.js Version: v18.12.1
Expected behaviour
Should be able to install restify as a dependency without generating npm warnings about deprecated formidable dependency.
Actual behaviour
npm install emits:
npm WARN deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
Repro case
Add restify as a dependency to your package.json and run npm install.
Cause
Need to upgrade formidable dependency to latest v2 or v3.
Are you willing and able to fix this?
Yes
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 package.json dependency declaration, then reproduce the warning by adding restify and running npm install. Check the formidable version options noted in the issue and verify that installation completes without the deprecated formidable warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100