Development server of create-react-app does not auto refresh

后端 未结 17 1548
清酒与你
清酒与你 2020-12-01 07:30

I am following a tutorial on React using create-react-app. The application is created by create-react-app v1.3.0

create-react-app my-app

T

17条回答
  •  隐瞒了意图╮
    2020-12-01 08:09

    Have you tried npm start with super user permissions? I had the issue with my project and I solved it like this.

    $sudo bash
    #npm  start
    

提交回复
热议问题