【发布时间】:2021-08-15 01:18:03
【问题描述】:
当我想在 localhost 中运行我的项目 next js 时,我碰巧在控制台中遇到了这个问题:
yarn run v1.22.10
$ next dev -p 4444
Port 4444 is already in use.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
我没有用ctrl + c停止dev就关闭了浏览器上的选项卡。
我该如何解决这个问题?我想再次运行该项目
【问题讨论】:
标签: reactjs terminal localhost next.js yarnpkg