/bin/bash: gulp: command not found Exited with code 127

Hi, Can you tell me how to install pre-dependencies?
Like I want to use gulp build command, for that, I need npm install gulp-cli. I am installing it, but still, it shows error

/bin/bash: gulp: command not found
Exited with code 127

I am doing like this

- run: npm install gulp-cli      
- run: gulp build:production

I think you need npm install -g <package> in order to get commands to be available without a fully-qualified path.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.