React create app hot reload is not always working on linux

后端 未结 9 1858
面向向阳花
面向向阳花 2020-12-24 12:03

I created a react application using create-react-app boilerplate, which seems to be very popular, hot reload some times updates when any of the files changes and some times

9条回答
  •  醉酒成梦
    2020-12-24 12:45

    One additional case I just experience is when using multiple version of nodejs with NVM in parallel. Basically, I have two terminal windows, one run node 10.x, other on node 9.x, and Webpack watcher stops seeing change.

    The solution is to bring both to the same node version

提交回复
热议问题