diff --git a/client/gulpfile.js b/client/gulpfile.js index feb386952329..b34b6f78fb6e 100644 --- a/client/gulpfile.js +++ b/client/gulpfile.js @@ -237,7 +237,7 @@ async function installDependenciesFromXML(xmlPath, pluginDir) { try { const installResult = child_process.spawnSync( "npm", - ["install", "--silent", "--no-save", `${pkgName}@${version}`], + ["install", "--silent", "--no-save", "--prefix .", `${pkgName}@${version}`], { cwd: pluginDir, stdio: "inherit",