2
I’m trying to run my Gulp tasks through Git Bash, but when I give the command gulp
to run it brings me the following message:
$ gulp
bash: gulp: command not found
However, I can execute using the command yarn run gulp
. Can anyone tell me why he didn’t execute using the command gulp
only?
He’s not in the
PATH
. Windows CMD/Powershell works?– Jefferson Quesado
@Jeffersonquesado does not work on CMD either
– Mateus Daniel
You installed the
gulp
locally in the project?– Luiz Felipe
@Luizfelipe installed both locally and globally
– Mateus Daniel