public, src,and scripts folder not created while using create-react-app

前端 未结 12 1874
囚心锁ツ
囚心锁ツ 2020-12-14 07:48

I am trying to create a new project using create-react-app using the command given on the docs i.e npx create-react-app my-app but it doesn\'t cont

12条回答
  •  情歌与酒
    2020-12-14 08:34

    For Windows users who are facing this issue:

    1. Open Task Manager and check if the Windows Command Processor process is set to Suspended.

    2. If it is set to Suspended, open Resource Monitor and click on the CPU tab.

    3. From within the CPU tab, locate and right-click on cmd.exe and and select Resume Process.

    Click the source link below for a more detailed explanation (including screenshots).

    Source: Github Issues

提交回复
热议问题