本地主机无法访问npm start

时间:2019-09-07 06:25:18

标签: node.js reactjs npm

我通过

建立了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/

访问我的项目

1 个答案:

答案 0 :(得分:0)

重新安装node.js并重新启动计算机,一切正常! 抱歉