Skip to content

Commit

Permalink
chore: better link for skipInstalls
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jun 15, 2020
1 parent 9f978d7 commit 12c6698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manager/npm/extract/index.ts
Expand Up @@ -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
Expand Down

0 comments on commit 12c6698

Please sign in to comment.