We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6277e7b commit 83fb082Copy full SHA for 83fb082
src/cli/commands/challenge/install.ts
@@ -42,6 +42,8 @@ export default class Install extends Command {
42
const { args, flags } = await this.parse(Install);
43
const dataPath = flags["pkcOptions.dataPath"] || defaults.PKC_DATA_PATH;
44
45
+ this.log("Installing challenge package — this may take a few minutes...");
46
+
47
// 1. Check npm is available
48
await ensureNpmAvailable();
49
0 commit comments