Installing gulp to windows 10 Installing gulp to windows 10 windows windows

Installing gulp to windows 10


You must locally install gulp to that folder. Use the following command:

npm install gulp

if it is not fixed, try to install it globally:

npm install gulp-cli -g


I installed gulp globally, then used the link command to link the current directory to the global installation. I used the command -

npm link gulp