使用create-react-app时的something is already running on port 3000

Posted sminocence

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用create-react-app时的something is already running on port 3000相关的知识,希望对你有一定的参考价值。

问题:

自己今天在使用create-react-app搭建react应用的时候,开启了两个React app,然后npm start的时候,出现something is already running on port 3000

解决方法

自己之前也遇到过这个问题,但是没有记录下来,我自己试着想,先是npm start port=3001,结果还是不对。
正确的打开方式应该是PORT=3001 npm start(这个端口只要不和3000相同就行) .

总结一下,以免自己以后好查阅。也分享给遇到这个问题的小伙伴哟


以上是关于使用create-react-app时的something is already running on port 3000的主要内容,如果未能解决你的问题,请参考以下文章

Jeykyll,{%-do-someting-%}和{%do-someting%}有什么区别?

文件的上传与下载实现(reactexpress,create-react-app脚手架)

使用 create-react-app 脚手架搭建 react 项目,释放配置文件且注入 less 依赖

create-react-app:如何使用 https 而不是 http?

可选的SSRS参数

Create-React-App项目外使用它的eslint配置