GCTools start error

I am trying to work with gctools but am getting an error with the initial setup of it. I followed the read me to clone the git repository run yarn to get the necessary dependences. When doing so it gave several warnings but did not appear to give any errors. I then tried to run gctools to test everything was set up right as it should have given a list of the commands that could be run with it, but it said gctools was an unknown command and not an internal, external, batch file, or a couple other things. Does anyone know if there is a step I missed that is not in the readme doc or any other help.
Image of warnings from yarn and gctools error.

Did you run yarn global add after running yarn?

You’re missing the add part of yarn global add :wink:

1 Like