How to Fix babel-node is not recognized as an internal and external Command Error in Terminal
Jun 7, 2025
Buy the full source code of application here:
Show More Show Less View Video Transcript
0:00
uh hello guys uh welcome to this video
0:02
So in this video I will show you how to
0:04
fix this error message when you type
0:07
babel node If this error message is
0:10
coming babel node is not recognized as
0:12
an internal or external command So this
0:15
simply means you haven't installed the
0:17
module So for installing this you
0:21
execute this command
0:23
npmi -ashg for globally installing it
0:26
inside your system and add the rate
0:29
babel / node So this is actually the
0:33
command that you need to install npmi -
0:37
g it's a flag for globally installing at
0:40
the rate babel/ node Just enter execute
0:44
this command to install this package
0:47
Just wait for 5 10 seconds It will
0:49
install these modules
0:52
globally You will see it has added 119
0:57
packages So if you try to execute
1:01
it Babel
1:03
node you will
1:05
see the command will be executed and it
1:09
is saying that
1:10
Babel also install this module as well
1:15
globally
1:17
add the rate babel /
1:21
core also execute this command npm g at
1:25
the rate babel
1:31
core so it also added and now if you
1:35
execute this command you will see the
1:37
command will be
1:42
successful so in this way you can use
1:45
this command And in the terminal you
1:48
will see it has entered into Babel Right
1:51
here you can transpile your code So in
1:55
this way you can fix this error message
1:56
guys by executing these two commands
1:59
that I showed you in this video And
2:01
thank you very much for watching this
2:02
video And also check out my website
2:06
freemediattools.com which contains
2:08
thousands of tools
#Programming
