diff --git a/gulpfile.js b/gulpfile.js index 243cceb7f..5f84971ba 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -2345,7 +2345,7 @@ gulp.task( opts.cwd = installPath; distPath = path.relative(installPath, distPath); } - safeSpawnSync("npm", ["install", distPath], opts); + safeSpawnSync("npm", ["install", "--force", distPath], opts); done(); }) );