This commit is contained in:
Matt Kane
2026-04-01 13:29:26 +01:00
parent 3bec16b171
commit 7877db5032

View File

@@ -258,9 +258,7 @@ async function main() {
s.stop("Dependencies installed!");
} catch {
s.stop("Failed to install dependencies");
p.log.warn(
`Run ${pc.cyan(`cd ${projectName} && ${installCmd}`)} manually`,
);
p.log.warn(`Run ${pc.cyan(`cd ${projectName} && ${installCmd}`)} manually`);
}
}