@22:18 in the tutorial video if you get the "craco is not recognized as an internal or external command,
operable program or batch file." error, simply run "npm install @craco/craco --save" or "npm install @craco/craco" to fix it. Make sure to run the install command in your application's root directory.