install for create react@latest failed with code 1 code example
Example: Install for [ 'create-react-app@latest' ] failed with code 1
npm install -g create-react-app
npx create-react-app my-app
cd my-app
npm start
npm install -g create-react-app
npx create-react-app my-app
cd my-app
npm start