我正在尝试记录我的 React组件,我正在运行 styleguidist服务器和 Laravel开发服务器,但是 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 上运行,以解决此问题并成功运行服务器一次。之后我再次遇到这个问题。
我该如何解决这个问题?
答案 0 :(得分:2)
错误是说你在该端口上运行了其他东西。你尝试过另一个吗?如果您正在运行UNIX系统,则可以使用以下命令查看该端口上正在运行的内容:
lsof -i tcp:6060