Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Issues
  • #3106
Closed
Open
Issue created Sep 11, 2017 by Administrator@rootContributor

Print process PID for running application

Created by: Pajn

Is this a bug report?

No, a feature request.

When something is detected as already running on a port, c-r-a prints a helpful message. However most of the time it's me that have not closed an earlier project and it looks like this:

Something is already running on port 3000. Probably:
  node scripts/start.js
  in /path/to/project

it would be helpful if the pid was printed as well so I could just shoot it down instead of trying to find an open terminal. This information is already known by the code so it would just need to be added to the output.

What do you think?

Assignee
Assign to
Time tracking