-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listplatform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team
Description
Reproduction steps:
- git clone this repo
- add to PATH env variable (users)
- set FLUTTER_ROOT env variable (user)
Try to run from powershell:
PS C:\Users\dacoharkes> flutter help
&: C:\src\flutter\flutter\bin\internal\update_engine_version.ps1:60
Line |
60 | … $engineVersion = & "$flutterRoot/bin/internal/content_aware_hash.ps1"
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| The term 'C:\src\flutter\flutter/bin/internal/content_aware_hash.ps1' is not recognized as a name of a cmdlet,
| function, script file, or executable program. Check the spelling of the name, or if a path was included, verify
| that the path is correct and try again.
Error: Unable to determine engine version...
PS C:\Users\dacoharkes> echo $env:flutter_root
C:\src\flutter\flutter
If you run from cmd, it simply immediately exits without showing you the error.
justinmc
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listplatform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team