File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/cli-v3/src/commands Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ export async function updateTriggerPackages(
70
70
if ( newCliVersion ) {
71
71
prettyWarning (
72
72
"You're not running the latest CLI version, please consider updating ASAP" ,
73
- "To update, run: `(p)npm i trigger.dev@beta`\nOr run with: `(p)npx trigger.dev@beta`" ,
74
- "Yarn works too! "
73
+ `Current: ${ cliVersion } \nLatest: ${ newCliVersion } ` ,
74
+ "Run latest: npx trigger.dev@beta "
75
75
) ;
76
76
}
77
77
@@ -140,7 +140,7 @@ ${versionMismatches.map((dep) => `- ${dep.name}@${dep.version}`).join("\n")}\n`
140
140
logger . log (
141
141
`${ chalkError (
142
142
"X Error:"
143
- ) } Update required: Version mismatches will cause errors and headaches. Don't use \`--skip-update-check\`, just update, please .\n`
143
+ ) } Update required: Version mismatches are a common source of bugs and errors. Please update or use \`--skip-update-check\` at your own risk .\n`
144
144
) ;
145
145
process . exit ( 1 ) ;
146
146
}
You can’t perform that action at this time.
0 commit comments