Flutter device daemon where' is not recognized as an internal or external command - flutter

Flutter device daemon #1 exited (exit code 1), stderr: 'where' is not recognized as an internal or external command, operable program or batch file.
I try to solve it by reinstall git or add path but doesn't success
enter image description here

Related

'parcel' is not recognized as an internal or external command, operable program or batch file. spawn parcel ENOENT

when I run npm run dev .parcel is not recognized as internal or external file.
code is as follows
[code is as follows]
The code above returned the errorenter image description here

After setting variable showing this error again 'mongo is not recognized as an internal or external command, operable program or batch file

I have installed mongodb and put a path in environment variable.When i use cmd it still throwing error which is 'mongo' is not recognized as an internal or external command,
operable program or batch file.
enter image description here
enter image description here
The mongo executable is deprecated and no longer available in 6.0.
Keep in mind this is just the shell, mongod is the binary that runs the database.
mongosh is the new shell.
Look in C:\Program Files\MongoDB\Server\6.0\bin to see the binaries that exist.

Error 'mongodump' is not recognized as an internal or external command, operable program or batch file

I have read the documentation and followed the steps to run mongodump on windows machine, but still getting this error.
I tried to set the path using this command set path="C:\Program Files\MongoDB\Server\4.4\bin" and added the path in environmental variables but still getting the error. What should I do ?

'mongod' is not recognized as an internal or external command, operable program or batch file

I installed mongoose with npm i mongoose it shows in the package.jason dependencies also but when I run the command mongod it shows the error 'mongod' is not recognized as an internal or external command, operable program or batch file
how to fix this error

'git' is not recognized as an internal or external command, operable program or batch file?

When I run "php composer.phar update" command, I got
"'git' is not recognized as an internal or external command,
operable program or batch file."
I have installed Git client and added PATH environment variable.
If you run "git" command in terminal, it works?
Maybe your PATH variable it's wrong.