我正在尝试从不同的设备查看 CreateReactApp 项目。我尝试0.0.0.0
通过将“启动”脚本设置为:
"start": "cross-env HOST=0.0.0.0 react-scripts start".
虽然控制台确实记录了
Attempting to bind to HOST environment variable: 0.0.0.0
If this was unintentional, check that you haven't mistakenly set it in your
shell.
Learn more here: [URL BLOCKED BY GITHUB].
我无法使用计算机的 IP 从同一网络上的另一台设备访问此项目。
同时,我设法使用计算机的 IP 从同一台设备访问同一台计算机上的其他项目(从“tomcat”本地服务器)。知道为什么会发生这种情况吗?我的环境:Windows10。我在多个 Create-React-App 项目中在“PowerShell”和“Bash on Ubuntu on Windows (WSL)”上都进行了尝试。