Skip to content

Commit

Permalink
feat: improve error message for when no workspace can be found (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaugold authored Feb 5, 2023
1 parent e5a2b42 commit 60b39c9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/melos/lib/src/workspace_configs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -838,8 +838,11 @@ class MelosWorkspaceConfig {
'installed in a ${AnsiStyles.bold('pubspec.yaml')} file next to '
'the melos.yaml file.',
'',
'For more information, see: '
'https://melos.invertase.dev/guides/migrations#200-to-300'
'For more information on migrating to version 3.0.0, see: '
'https://melos.invertase.dev/guides/migrations#200-to-300',
'',
'To migrate at a later time, ensure you have version 2.9.0 or below '
'installed: dart pub global activate melos 2.9.0',
]),
);
}
Expand Down

0 comments on commit 60b39c9

Please sign in to comment.