How to Download & Install Gulp in Windows | gulp is not recognized as command Error
Feb 18, 2025
Get the full source code of application here: Hi Join the official discord server to resolve doubts here: https://discord.gg/cRnjhk6nzW Visit my Online Free Media Tool Website https://freemediatools.com/ Buy Premium Scripts and Apps Here: https://procodestore.com/
View Video Transcript
0:00
uh hello guys uh in this video I will
0:03
show you how to fix this error message
0:05
if you type gulp if this error message
0:08
so so up that gulp is not found in your
0:11
uh project or gulp is not recognized as
0:15
an internal or external command so in
0:17
both the scenarios you haven't installed
0:19
the gulp command inside your system for
0:23
installing it there is a command here
0:26
which we can globally install gulp
0:28
inside your terminal so and PM
0:31
i-g for globally installing gulp inside
0:33
your terminal and just install this by
0:36
executing this command so I will just
0:39
enter it so now it will install this uh
0:42
gulp package globally inside your
0:47
system so this takes around 20 seconds
0:51
to install so so now you'll see it has
0:54
added 31
0:56
packages and I am assuming that you have
1:00
mod is installed I'm using the latest
1:03
version which is 22.13 one and also npm
1:06
comes with it as well before executing
1:09
that command just make sure that you
1:11
have installed nodejs and npm also and
1:15
now if you type the gulp command you
1:17
will
1:23
see this is you can see that we have
1:26
successfully installed the CLI version
1:29
which is 3
1:31
3.0.0 so now the command is successful
1:34
so gulp if you don't know it's
1:37
a toolkit for enhancing or automating
1:41
your workflow inside your frontend
1:45
Frameworks you can also locally as well
1:49
if you want to install it locally inside
1:51
your project then you can simply say
1:54
npmi gulp this will install it locally
1:57
not globally inside your system only
2:00
locally to
2:03
that so if you now you'll see that it
2:06
will tell you that no gulp file found so
2:09
right inside your project you need to
2:11
define a gulp file
2:15
so it will look something like
2:28
this so in this way you can install it
2:31
you can follow their documentation how
2:33
to get started here you can see that you
2:36
should have noj installed and npm
2:42
also and you can even install it the
2:45
gulp CL globally inside so there is this
2:49
command which is given npm install - G
2:52
gulp CLI you can also install this
2:54
command this will install the gulp CLI
2:58
which is there
3:05
I think I already have this installed
3:11
so so for this I think you need to
3:14
remove that gulp installation so then
3:17
install this gulp
3:20
CLI so now you'll see it it's added that
3:23
79 packages so just remove that first of
3:25
all the Gulp and then install this gulp
3:27
CLI so now if you type gulp
3:39
CLI uh I think you just oh sorry we need
3:43
to not write gulp CLI just write
3:45
gulp so now you'll see you will be able
3:48
to access sculp globally inside your
3:52
system like this so in this way guys I
3:56
showed you step by step how to install
3:58
gulp locally globally and just counter
4:01
that error message that comes if it is
4:04
not found or not recognized as an
4:06
internal or external command so thank
4:09
you very much for watching this video
4:10
and also check out my website as well
4:12
free mediat tools.com uh which contains
4:15
thousands of tools regarding audio video
4:17
and image and I will be seeing you in
4:20
the next video
#Programming
#Scripting Languages