Create React App not working

前端 未结 15 1342
清歌不尽
清歌不尽 2020-12-29 06:30

Help! I have no idea what is going on here, create react app is not working I have also tried reinstalling and yet to no avail, please help!

Npm version: 5

15条回答
  •  鱼传尺愫
    2020-12-29 07:08

    In my case, "create-react-app" was not installed. to install run this command

     npm install -g create-react-app
    

    Once installation successful, try running

    npx create-react-app hello-world
    

    If this works for you. Great else comment what worked for you,

提交回复
热议问题