Uh oh!
There was an error while loading. Please reload this page.
deps: pin request to ~2.81.0 - #1300
Conversation
bnoordhuis
left a comment
There was a problem hiding this comment.
LGTM, although it's going to diverge (and more importantly: cause duplication) when npm upgrades to request 2.9.0.
bnoordhuis
commented
Sep 26, 2017
Another thing, if we ever decide to upgrade the node-gyp in the v4.x and v6.x branches, that too would result in duplication: their copies of npm are stuck on request@2.75.0. Not the end of the world, just something to keep in mind. |
refack
commented
Sep 27, 2017
I'll test if |
refack
commented
Sep 27, 2017
Indeed setting to |
addaleax
commented
Sep 27, 2017
@refack can you also give the minimum version in that specifier if you use |
refack
commented
Sep 27, 2017
Ack. |
addaleax
commented
Sep 27, 2017
thanks! |
bnoordhuis
commented
Oct 10, 2017
Ping @refack. |
a60bd45 to
7900122Compareedi9999
commented
Jan 15, 2018
@refack Could you please release of the 3.x with this change ? |
Checklist
npm install && npm testpassesDescription of change
Required for "node < 4" compatibility and is congruent with
npmFixes: #1299