''crumb' is not recognized as an internal or external command, operable program or batch file
While I am trying to run flutter app and when I hit flutter run I am getting this error.
'crumb' is not recognized as an internal or external command,
operable program or batch file.
'where' is not recognized as an internal or external command,
operable program or batch file.
Solution 1:[1]
if you are using window maybe try this
go to system environment and add to system path name as path and the value :
C:\Windows\System32;flutter bin path e.g D:\flutter\bin
then add to the path you've created the shell command path so you won't face any problem
C:\Windows\System32\WindowsPowerShell\v1.0
sorry for my english :(
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Ali fareeq |
