[Solved] Node is not recognized as an internal and external command Error
Feb 5, 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:01
uh hello guys welcome to this video so
0:03
in this video I will show you how to fix
0:05
this error node is not recognized as an
0:09
internal or external command so whenever
0:12
you're working with your nodejs
0:13
application so sometimes this error
0:15
message may come node is not recognized
0:18
as an internal or external command so
0:21
this simply means that uh it can't
0:23
access it globally inside your terminal
0:25
so the
0:27
main uh solution to this is you need to
0:30
go to your environment variable and then
0:33
add this path wherever you have
0:36
installed nodejs just add this inside
0:39
these environment variables so click on
0:41
that and you will have this Global path
0:43
here so simply select this click on the
0:46
edit option and then click the new
0:48
option to add a new path right here so
0:52
now you need to search wherever your
0:54
node ex executable has been installed
0:56
just go to the start menu and just type
0:59
node and this app will show right here
1:01
nodejs just right click this and you
1:04
will see this option open file location
1:07
and after that you you will see uh just
1:11
again say open file location and then it
1:14
exactly pinpoints wherever your node
1:17
executable has been installed so you can
1:19
see this is the exe file so this is my
1:22
node executable and it is stored inside
1:25
C program files nodejs so by default
1:29
this this is the default location
1:31
whenever you install nodejs come to this
1:34
location simply paste copy this location
1:38
right click copy and if you haven't
1:40
installed node J it's very simple guys
1:43
you just type node download and go to
1:45
their official website right here just
1:48
install the exe file so it comes with
1:51
the windows installer so if you are on
1:53
Windows or Mac Linux depending upon your
1:57
operating system just install this EX
2:00
file and just install nodejs it's a very
2:02
simple process and by default it will
2:05
store in this location C program files
2:08
nodejs so just copy this path here and
2:13
then go to the environment variables
2:14
click on new and just add this path so
2:18
paste this path here so as soon as you
2:21
paste this path now and just click on
2:24
okay okay okay so as soon as you do this
2:29
just restart your terminal again go to
2:31
the command line just type the command
2:34
node - V so just print out the versions
2:37
you will see that so now nodejs version
2:41
is printing out 16.0 point0 so in this
2:45
way you can
2:47
easily fix that error by just pointing
2:50
the path wherever your nodejs executable
2:54
part just add this inside your
2:55
environment variable and that error will
2:58
be fixed so thank you very much guys for
3:01
watching this video and also check out
3:03
my website as well free mediat tools.com
3:06
uh which contains thousands of tools
3:09
regarding audio video and MH and I will
3:12
be seeing you guys in the next video
#Software Utilities