我通过
建立了React项目npx create-react-app my-app
现在我运行
npm start
下面是输出
Compiled successfully!
You can now view todos in the browser.
Local: http://localhost:3000/
On Your Network: http://192.168.31.146:3000/
Note that the development build is not optimized.
To create a production build, use npm run build.
我可以通过http://192.168.31.146:3000/访问我的项目, 但我无法通过http://localhost:3000/
访问如果我将localhost更改为127.0.0.1,就可以了。
我的问题是如何通过http://localhost:3000/
访问我的项目答案 0 :(得分:0)
重新安装node.js并重新启动计算机,一切正常! 抱歉