Commit 76724e85 authored by Eric Seidel's avatar Eric Seidel

Merge pull request #3679 from eseidelGoogle/aot_error

Add note about explicit `pub get` needed.
parents 7020e6cb f58fa766
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment