npm start error with create-react-app

后端 未结 20 1906
长发绾君心
长发绾君心 2020-11-27 10:18

I have a project who I didn\'t touch for 2 weeks. I take it back and now when I try to run npm start I got this error.

> react-scripts start
         


        
20条回答
  •  没有蜡笔的小新
    2020-11-27 10:52

    I solve this issue by running following command

    echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
    

    hope it helps

提交回复
热议问题