adminforth 2.4.0-next.5 → 2.4.0-next.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -289,7 +289,7 @@ async function installDependencies(ctx, cwd) {
|
|
|
289
289
|
|
|
290
290
|
const nodeBinary = process.execPath;
|
|
291
291
|
const npmPath = path.join(path.dirname(nodeBinary), npmCmd);
|
|
292
|
-
|
|
292
|
+
console.log("npmPath",`${nodeBinary} ${npmPath} install`);
|
|
293
293
|
const customDir = ctx.customDir;
|
|
294
294
|
const res = await Promise.all([
|
|
295
295
|
await execAsync(`${nodeBinary} ${npmPath} install`, { cwd, env: { PATH: process.env.PATH } }),
|