Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/reactjs/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无法与laravel开发服务器一起运行styleguidist_Laravel_Reactjs_Documentation Generation_React Styleguidist - Fatal编程技术网

无法与laravel开发服务器一起运行styleguidist

无法与laravel开发服务器一起运行styleguidist,laravel,reactjs,documentation-generation,react-styleguidist,Laravel,Reactjs,Documentation Generation,React Styleguidist,我试图记录我的React组件,我正在运行styleguidist服务器和Laravel development server,但styleguidist服务器因此错误而崩溃 You have another server running at port 6060 somewhere, shut it down first You can change the port using the `serverPort` option in your style guide config: https

我试图记录我的React组件,我正在运行styleguidist服务器和Laravel development server,但styleguidist服务器因此错误而崩溃

You have another server running at port 6060 somewhere, shut it down first

You can change the port using the `serverPort` option in your style guide config:
https://react-styleguidist.js.org/docs/configuration.html
我已将styleguidist服务器配置为在端口6060处运行,以解决此问题,并且仅成功运行了一次服务器。之后,我又遇到了这个问题


如何解决此问题???

错误是您在该端口上运行了其他程序。你试过不同的吗?如果您正在运行UNIX系统,您可以通过以下方式查看该端口上运行的内容:

lsof -i tcp:6060

错误是说您在该端口上运行了其他内容。你试过不同的吗?如果您正在运行UNIX系统,您可以通过以下方式查看该端口上运行的内容:

lsof -i tcp:6060