标题重写为:我的React应用在Macbook上可以实时更新,但在Windows PC上无法实现更新
<p><h1><strong>在Windows设备上:</strong></h1>
<p>当我运行<code>react-scripts start</code>时</p>
<p>在终端中显示“<strong>webpack编译成功</strong>”。
当我对代码进行更改并保存时,应用程序不会在运行时更新新的更改。</p>
<h1><strong>在Windows设备上:</strong></h1>
<p>我在powershell和wsl(ubuntu 18.04)终端中都尝试过,使用的是node v16.19.1</p>
<p>当我运行<code>react-scripts start</code>时,我的react应用程序编译成功
但是当我实施更改时,它不会直接更新。
当我终止终端并重新运行脚本时,
我可以看到我的更改,但再次不会在运行时更新。</p>
<p><strong>(无结果)</strong>我已经删除了node_modules并重新安装了所有依赖项。</p>
<p><strong>(无结果)</strong>我从ubuntu 22.02开始,然后降级到了18.04</p>
<p><strong>(无结果)</strong>我也将node 18降级到了16</p>
<p>项目使用.jsx编写</p>
<h1>在我的Macbook上和预期结果</h1>
<p>当我运行<code>react-scripts start</code>时,我的react应用程序编译成功
当我进行更改并保存时,它会在运行时更新。</p>
<h1>问题</h1>
<p>我想知道为什么我的react应用程序在我的Windows设备上无法在运行时工作,并可能的解决方案。</p>