diff --git a/gulpfile.js b/gulpfile.js index 8f49a4e32..533797733 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -129,6 +129,7 @@ function installCrossDeps(done) { // Remove old packages for (const bp of badPackages) { + console.log(`Removing: ${bp.path + bp.name}`); fs.removeSync(bp.path + bp.name); }