How to Fix webpack is not recognized as an internal and external Command Error in Terminal
8 views
Jun 7, 2025
Buy the full source code of application here:
View Video Transcript
0:00
uh hello guys welcome to this video so
0:02
in this video I'll show you if you're
0:04
getting an error message while you type
0:07
web pack inside your terminal if you
0:09
can't access webpack through the
0:11
terminal if you're getting this error
0:13
message webpack is not recognized as an
0:15
internal or external command so in this
0:17
video I will show you how to fix this so
0:20
potentially you need to install web pack
0:22
globally so the First Command will be
0:25
web pack npmi dasg for globally
0:29
installing web
0:31
pack inside your system so just execute
0:34
this command press enter this is the
0:38
first command that you need to execute
0:41
so you can see it has added 77 packages
0:45
now the second one will be weback
0:48
CLI this one also you need to execute
0:51
npmi dasg once again for globally
0:54
installing webpack
0:56
CLI
0:58
enter so this will install
1:00
all 41 packages you will see that now
1:03
the third one is the webpack development
1:09
server all these three packages we have
1:12
installed using the do- G flag which is
1:16
for globally installing it npmi DG
1:19
weback dev-server so just install this
1:24
execute this command this will also
1:27
install some packages
1:33
now you can see it has added 198
1:36
packages so if you
1:38
now write the command webpack you will
1:42
see the webpack command will be
1:44
successful as you write the command
1:46
right here in the terminal the webpack
1:48
you will be able to build your projects
1:51
using
1:52
webpack you can see you just need to set
1:54
a configuration file for this so if
1:56
you're building any sort of project
1:58
react angular you can now access the
2:01
command here it's very
2:03
simple you can see we have installed
2:05
this webpack version it is printing out
2:09
the so in this way you can do this web
2:13
pack if you don't know it's a build
2:15
environment similar to V to actually
2:17
build out projects also visit my website
2:21
freem mediat tools.com which contains
2:23
thousands of tools related to audio
2:25
video and image
#Programming
#Software