How to Fix react-scripts is not recognized as an internal and external Command Error in Terminal
90 views
Jun 3, 2025
Buy the full source code of application here:
View Video Transcript
0:00
uh hello guys welcome to this video uh
0:03
so in this video I'll show you how to
0:04
fix this error message uh when you type
0:07
react scripts and the eror message comes
0:11
right here react scripts is not
0:12
recognized as an internal or external
0:15
command so the prime reason is that you
0:18
haven't installed react scripts globally
0:20
so for fixing this you should have node
0:22
CHS installed on your system I'm using
0:25
the latest version which is 23.7
0:28
point0 and then you need to execute npmi
0:32
dasg react
0:37
scripts so this is a command here for
0:40
globally installing react scripts inside
0:43
your machine enter so this will install
0:46
some packages globally inside your
0:48
system so just wait for the command to
0:51
finish and uh it is just installing
0:53
those
0:54
packages after this command you will be
0:57
able to access react Scripts
1:01
command VAR from your
1:04
terminal so this command is very much
1:07
useful inside your react CH application
1:10
if you want to run your react CH
1:11
application from the
1:14
terminal so just wait for the command to
1:25
finish so it is installing the packages
1:46
so you can see it has added these
1:49
packages now if you write the command
1:51
react
1:54
scripts you will now see the command
1:57
will be successful you just need to
1:59
provide the
2:00
file so you should
2:03
have you should execute this command
2:05
only in the react CH
2:08
project so you can see now the command
2:10
is perfectly working so you should have
2:13
a react
2:15
project and in that project the command
2:18
will work but here the index HTML file
2:21
is not found so you
2:23
should you can fix this error message by
2:26
simply installing this module globally
2:29
thank you very much for watching this
2:30
video also visit my website free mediat
2:33
tools.com which contains thousands of
2:36
tools regarding audio video and image
#Scripting Languages
#Software