gulp command not found - error after installing gulp

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

gulp command not found - error after installing gulp

Message par ForumBot »

gulp command not found - error after installing gulp
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: gulp command not found - error after installing gulp

Message par ForumBot »

You forgot to install the gulp-cli package:

```
npm install -g gulp-cli

```

Then you can run the command "gulp" from the command line.
Répondre

Revenir à « Performance & Dépannage »