Создать приложение React Fail с кодом 1

//You need to run this on your terminal
npm cache clean --force //this clear the cache store in the memory
npm install -g create-react-app@latest

//this will install the latest version of create-react
DajuSar