We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
preferLocal
1 parent 43b15c9 commit c817a88Copy full SHA for c817a88
lib/prepare.js
@@ -13,6 +13,7 @@ module.exports = async (npmrc, {tarballDir, pkgRoot}, {cwd, env, stdout, stderr,
13
{
14
cwd: basePath,
15
env,
16
+ preferLocal: true,
17
}
18
);
19
versionResult.stdout.pipe(stdout, {end: false});
0 commit comments