I can't install gulp globally on my windows 7 machine. I used npm install --global gulp-cli but showed this error:
when i used gulp -v I got this error
please help
I can't install gulp globally on my windows 7 machine. I used npm install --global gulp-cli but showed this error:
when i used gulp -v I got this error
please help
Moshtafizur Rahman
On
At least, It solved! I followed this article install gulp till step #2 then I installed gulp globally on terminal using this code npm install gulp-cli -g.
Thank you everyone for help me.
Copyright © 2021 Jogjafile Inc.


try this commands: If you've previously installed gulp globally, try to delete it using:
After that install new version of gulp using:
and verify yourgulp version: