React Native `npm start` with watchman error

前端 未结 3 947
青春惊慌失措
青春惊慌失措 2021-01-13 23:43

I was first getting this issue: https://github.com/facebook/react-native/issues/10088

Then I followed this solution to resolve for that issue: https://github.com/fac

3条回答
  •  暖寄归人
    2021-01-14 00:12

    run this command inside project folder

    watchman watch-del-all && npm start --reset-cache
    

提交回复
热议问题