'Gulp' does not run through 'Git Bash'

Asked

Viewed 47 times

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?

  • @Jeffersonquesado does not work on CMD either

  • You installed the gulp locally in the project?

  • @Luizfelipe installed both locally and globally

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.