How to Fix nodemon is not recognized as an internal and external Command Error in Terminal
0 views
Jun 7, 2025
Buy the full source code of application here:
View Video Transcript
0:00
uh hello guys uh welcome to this video
0:03
So in this video I will show you how to
0:06
fix this error
0:07
message Nodemon is not recognized as an
0:11
internal or external command Uh nodemon
0:13
is actually a software by which you can
0:15
actually restart your applications
0:17
whenever you make any sort of changes
0:19
automatically inside your NodeJS
0:22
application So if you're getting this
0:24
error message make sure that you have
0:26
installed nodebond globally So the
0:29
command is very simple npmi - g for
0:32
globally installing it and then the type
0:35
of name of the module So this is the
0:38
command just install this node module
0:43
globally Just execute this command press
0:46
enter and then just install this uh node
0:50
more module globally Now you can see
0:53
added 29 packages So if you try to
0:56
execute this command here node
1:00
mode you will see the command will be
1:03
able to
1:05
execute So you just need to specify the
1:08
name of the file that you want to run
1:10
Let's suppose a file is present index.js
1:14
that you want to run This will be the
1:16
command here
1:19
So in this way you can fix this error
1:21
message by installing this module
1:25
globally by executing this command here
1:28
npmi - g for globally installing this
1:32
node mod So in this way you can fix this
1:35
error message and thank you very much
1:36
for watching this video and also check
1:38
out my website freemediatools.com
1:41
uh which contains thousands of tools
#Programming