Search code examples
reactjs

Stuck with the installation of React.js


While installing React.js, I am getting stuck here. I've referred to the previous questions regarding the same. But couldn't find a solution. Even after uninstalling and reinstalling, I am unable to solve this issue. Also, I am not getting an index.js file after the installation. Someone guide me.

Here is a screen capture


Solution

  • based on the image, you didn't go to the todo directory.

    npx create-react-app todo
    
    cd todo
    
    npm start