mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add note about explicit pub get needed.
@devoncarew @jason-simmons
This commit is contained in:
parent
6072552868
commit
f58fa766c3
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user