Unitech / Unitech/pm2

unable to start process over CLI and have the window visible

Open
#5,249 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
43.3k
Forks
2.7k
PR merge metrics
No merged PRs in 30d

Description

What's going wrong?

Not able to start a binary app and have it shown visually since windowsHide is by default false over CLI arguments.

How could we reproduce this issue?

pm2 start notepad.exe

Supporting information

we can always use the ecosystem file and use the windowsHide as false but if we dont want/cant use the ecosystem file. we are stuck

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how the CLI handles pm2 start notepad.exe and compare its options with the ecosystem-file windowsHide setting. Confirm the expected behavior on Windows, then make the CLI path allow the binary app window to become visible without requiring an ecosystem file.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
cli
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.