gulp command not found – error after installing gulp

You forgot to install the gulp-cli package:

npm install -g gulp-cli

Then you can run the command “gulp” from the command line.

Leave a Comment