From 12c66983051bf1d91dae7f9a857b6a3079721971 Mon Sep 17 00:00:00 2001 From: Rhys Arkins Date: Mon, 15 Jun 2020 14:08:22 +0200 Subject: [PATCH] chore: better link for skipInstalls --- lib/manager/npm/extract/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/manager/npm/extract/index.ts b/lib/manager/npm/extract/index.ts index 899bff08ef8fa7..514fc773482a70 100644 --- a/lib/manager/npm/extract/index.ts +++ b/lib/manager/npm/extract/index.ts @@ -335,7 +335,7 @@ export async function extractPackageFile( let skipInstalls = config.skipInstalls; if (skipInstalls === null) { if (hasFileRefs) { - // https://npm.community/t/npm-i-package-lock-only-changes-lock-file-incorrectly-when-file-references-used-in-dependencies/1412 + // https://github.com/npm/cli/issues/1432 // Explanation: // - npm install --package-lock-only is buggy for transitive deps in file: references // - So we set skipInstalls to false if file: refs are found *and* the user hasn't explicitly set the value already