File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,14 +82,14 @@ class ServeCommand extends Command<int> {
8282 return red.wrap (
8383 'This command requires that `webdev` be activated globally.\n '
8484 'Please run the following:\n '
85- '\t pub global activate webdev "$webdevCompatibility "' ,
85+ '\t dart pub global activate webdev "$webdevCompatibility "' ,
8686 );
8787 } else if (! _hasCompatibleWebdev) {
8888 return red.wrap (
8989 'This command is only compatible with `webdev $webdevCompatibility `, '
9090 'but you currently have webdev ${getGlobalWebdevVersion ()} active.\n '
9191 'Please run the following to activate a compatible version:\n '
92- '\t pub global activate webdev "$webdevCompatibility "' ,
92+ '\t dart pub global activate webdev "$webdevCompatibility "' ,
9393 );
9494 }
9595 return null ;
You can’t perform that action at this time.
0 commit comments