apigee / apigee/apigeetool-node
Update to 'request' library breaks Apigeetool Node 0.10 compatibility
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 91
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
The recent update to Request (2.82.0) specifies "hawk": "~6.0.2" in its dependencies.
Request has marked 2.82.0 as compatible with "request": "^2.63.0" as specified by this project's package.json
The recent updates to Hawk will not work with Node < 4. The update makes Apigeetool incompatible with Node 0.10.32
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 package.json and inspect the Request 2.82.0 and Hawk dependency constraints. Reproduce the installation or runtime behavior on Node 0.10.32, then verify that the dependency resolution no longer introduces Hawk updates incompatible with Node versions below 4.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100