Add note about explicit pub get needed.

@devoncarew @jason-simmons
This commit is contained in:
Eric Seidel 2016-05-02 16:14:35 -07:00
parent 6072552868
commit f58fa766c3

View File

@ -94,6 +94,8 @@ String buildAotSnapshot(
if (!FileSystemEntity.isDirectorySync(packagesPath)) {
printError('Could not find packages directory: $packagesPath\n' +
'Did you run `pub get` in this directory?');
printError('This is needed to work around ' +
'https://github.com/dart-lang/sdk/issues/26362');
return null;
}