Search code examples
reactjsnpmcreate-react-appyarnpkg

Create React App not working with no message


I've tried to create a new React App with every command from the official documentation

  1. npx create-react-app my-app
  2. npm init react-app my-app
  3. yarn create react-app my-app

But I got every time the same result as shown here:

image of the problem

I tried to fully uninstall and reinstall Node.js; lower versions; I passed from 64bit to 32bit; tried to see if there was some conflicts but still nothing. Every suggestion will be loved


Solution

  • I fixed it by running this command:

    npm audit fix --force