diff --git a/gulpfile.js b/gulpfile.js index b8d384940..e2c2dcc6f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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(); }) );