| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
As allready questioned in #19298, this time i followed https://github.com/nodejs/node/blob/master/doc/guides/maintaining-npm.md |
Sorry, something went wrong.
|
Rebased |
Sorry, something went wrong.
|
Thank you. I can reproduce the same diff. |
Sorry, something went wrong.
Sorry, something went wrong.
|
Just going to point out that 5.8.0 is a pre-release at this point and we probably shouldn't merge this PR until it is ready? |
Sorry, something went wrong.
|
Marking blocked until 5.8.0 is actually released. |
Sorry, something went wrong.
Stating the obvious just in case it's not obvious: Once it's released, this will no doubt need to be updated with whatever the actual release contains... |
Sorry, something went wrong.
|
5.8 is marked as latest now |
Sorry, something went wrong.
|
Please check before landing that this matches the released npm 5.8.0 (i.e. nothing was changed in npm between 5.8.0-next and 5.8.0). Also I think we'll need to refloat cbd6349 or backport npm/npm@f721eec since the upgrade process removes the entire npm directory in deps. |
Sorry, something went wrong.
I did this verification.
+1. @FallenRiteMonk can you please cherry-pick this commit: cbd6349 |
Sorry, something went wrong.
|
Is it OK to land? We have a pending issue #19405 to resolve before the v10 release, maybe it is worth to have more time to test the fix with npm 5.8.0. |
Sorry, something went wrong.
|
Is deps/npm-latest.zip needed? |
Sorry, something went wrong.
|
Also, is there a reason why this keeps deps/npm/node_modules/node-gyp intact? |
Sorry, something went wrong.
Sorry, something went wrong.
|
@MylesBorins Yes, it is present in previous npm versions, but it was moved in 5.8.0 afaik. |
Sorry, something went wrong.
|
@ChALkeR We don't have special tooling. We just run make release from the npm repo. I can't explain why it would generate something different from the official npm release. |
Sorry, something went wrong.
|
@targos I just ran make release locally on npm 5.8.0 and it doesn't produce that dir in archives. |
Sorry, something went wrong.
|
@ChALkeR Got it. I had to remove the npm repo and get a fresh clone. Now it's right on my side. @FallenRiteMonk Would you like to do that and update this PR? |
Sorry, something went wrong.
|
@targos at the moment I'm a bit short on time, so if you are faster go ahead and do it, otherwise I'll update once I finde time to update. |
Sorry, something went wrong.
Currently npm explicitly doesn't support 10.x and will fail on master. This patch manually adds support for 10.x so that we can keep an up to date version of npm on master. refs: nodejs#17535 PR-URL: nodejs#17777 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
|
Updated without the node-gyp folder... testing locally |
Sorry, something went wrong.
Currently npm explicitly doesn't support 10.x and will fail on master. This patch manually adds support for 10.x so that we can keep an up to date version of npm on master. refs: #17535 Backport-PR-URL: #19560 PR-URL: #17777 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
|
This needs to be manually backported to 8.x, I will get on doing this soon |
Sorry, something went wrong.
|
@MylesBorins This broke CI + local make test… :( Revert: #19837 |
Sorry, something went wrong.
|
@FallenRiteMonk or @MylesBorins can one of you open a new PR? Re-opening already landed PRs doesn’t play well with our tooling, iirc… |
Sorry, something went wrong.
|
@addaleax on it. My apologies for breaking all the things |
Sorry, something went wrong.
|
ALSO LOOOOOL that what broke this is the missing node-gyp |
Sorry, something went wrong.
|
So what's the tl;dr? is npm's make release incomplete (not pulling the new npm-lifecycle)? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes: #19271
Checklist