Skip to content

Commit d3c8f54

Browse files
committed
fix(migrate): update install command suggestion to 'yarn add'
1 parent bdd6226 commit d3c8f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/tasks/migrate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ async function installLatestLibs(dependencyManager: string, runInstall: boolean,
361361
await runCommand(dependencyManager, ['update']);
362362
}
363363
} else {
364-
logger.info(`Please run an install command with your package manager of choice. (ex: yarn install)`);
364+
logger.info(`Please run an install command with your package manager of choice. (ex: yarn add)`);
365365
}
366366
}
367367

0 commit comments

Comments
 (0)