0

enter image description hereEvery time i run "gcloud components install app-engine-java", i get

"Restarting command:

$ gcloud components install app-engine-java"

this is happening even when i run remove or update components.

i tried add google cloud to my system and user variable i tried reinstalling google cloud and restarting my pc i tried to run it as an administrator i tried a different cmd alternative

this is the output after trying to install app-engine-java

> Restarting command:

$ gcloud components install app-engine-java <<<

1 Answers1

1

The message below is working properly and it should open a new CLI installing the gcloud component

Restarting command:
$ gcloud components install app-engine-java

The real error is 'chcp' is not recognized as an internal or external command, operable program or batch file.

There is a problem with your environment variables as the path cannot find the chcp command which is used by Windows.

Below is similar issue with a solution.

Justin
  • 176
  • 7