How to fix react-scripts is not Recognized as Internal and External Command Operable Program
2K views
Feb 15, 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:00
uh hello guys welcome to this video so
0:02
in this video I will show you how to fix
0:03
this error message if it comes react
0:06
scripts is not recognized as an internal
0:09
or external command so basically it
0:12
comes if you haven't installed react
0:14
scripts so inside your react Chase
0:17
project just check if you have react
0:21
scripts inside your script section so
0:23
this is a sample react CH project here
0:26
and just make sure in the script section
0:28
you have written react Scripts here
0:31
because if you don't write react scripts
0:33
if you basically make any mistake here
0:36
then if you try to run this project the
0:40
project will not run so if I just type
0:42
this npm Run start then also this error
0:45
may come just make sure that you inside
0:47
your script section the spelling is
0:50
react scripts not react script so just
0:54
make sure that you have added these four
0:56
scripts start build test and eject and
0:59
uh by default if you create a react
1:01
Chase project all these will be
1:04
automatically
1:05
populated and just make sure in the
1:07
dependency section you have installed
1:09
react scripts because majority of the
1:12
times if you accidentally deleted the
1:14
node modules folder you just need to
1:17
make sure execute this command so which
1:19
is
1:20
mpmi d-h save react
1:25
scripts this is actually the command
1:27
which will install react scripts for
1:32
so just make sure that you install this
1:34
this is a first fix so let's suppose if
1:37
I remove
1:39
this and again say
1:43
npmi I'm just showing you why this error
1:45
message occurs so if I remove this react
1:49
scripts from the dependency section and
1:51
try to run this application so if I say
1:53
npm Run start so that's why this error
1:57
message comes react scripts is not
1:58
recognized as an internal or external
2:00
command because from the dependency
2:03
section this is missing so just make
2:05
sure that you have installed react
2:08
scripts by this command so again add
2:12
this and then install
2:13
npmi so this will actually update and
2:17
install
2:25
it and then you can
2:27
easily uh run this react Chas project by
2:32
executing the command npm Run start so
2:34
this will start your
2:43
application if for some if for some
2:45
reason this command is not successful
2:47
then you can just add a-- F flag so-- F
2:52
will force and install all the modules
2:55
if for some reason this command doesn't
2:57
work and now you can easily run the
2:59
project project by executing npm Run
3:01
start so this will start your react
3:02
Chase project
3:06
so so in this way you can fix that error
3:08
message guys very simply so thank you
3:11
very much for watching this video and
3:13
also check out my website free mediat
3:16
tools.com which contains thousands of
3:19
tools regarding audio video and image
3:21
and I will be seeing you in the next
3:23
video
#Programming
#Software