gulp command not found - error after installing gulp
gulp command not found - error after installing gulp
gulp command not found - error after installing gulp
Re: 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.
```
npm install -g gulp-cli
```
Then you can run the command "gulp" from the command line.