Merge pull request #16246 from Snuffleupagus/dist-install-force
Force-install when using `gulp dist-install` (issue 15435)
This commit is contained in:
commit
20f79f870e
@ -2348,7 +2348,7 @@ gulp.task(
|
||||
opts.cwd = installPath;
|
||||
distPath = path.relative(installPath, distPath);
|
||||
}
|
||||
safeSpawnSync("npm", ["install", distPath], opts);
|
||||
safeSpawnSync("npm", ["install", "--force", distPath], opts);
|
||||
done();
|
||||
})
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user