Eugene Yudin
Results
1
comments of
Eugene Yudin
I patched pacote in node-v14.17.6 like this: ``` diff --git a/lib/node_modules/npm/node_modules/pacote/lib/fetchers/git.js b/lib/node_modules/npm/node_modules/pacote/lib/fetchers/git.js --- a/lib/node_modules/npm/node_modules/pacote/lib/fetchers/git.js +++ b/lib/node_modules/npm/node_modules/pacote/lib/fetchers/git.js @@ -85,13 +85,8 @@ Fetcher.impl(fetchGit, { function hostedManifest (spec, opts) { return BB.resolve(null).then(() =>...