Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on windows #49

Open
karanmartian opened this issue Mar 13, 2021 · 2 comments
Open

Not working on windows #49

karanmartian opened this issue Mar 13, 2021 · 2 comments

Comments

@karanmartian
Copy link

The CLI is not working on Windows. It doesn't recognize the kill-port command after installing globally either in bash or powershell. Why is this happening?

@cannap
Copy link

cannap commented Sep 14, 2021

it work for me on win 10 the only problem i have it always says port is killed what ever i enter as port

@Maxim-Mazurok
Copy link

PS C:\Users\maxim\> npx -y kill-port --verbose true --port 3045
Process on port 3045 killed
{
  stdout: '',
  stderr: "ERROR: Invalid syntax. Value expected for '/PID'.\r\n" +
    'Type "TASKKILL /?" for usage.\r\n',
  cmd: 'TaskKill /F /PID ',
  code: 1
}

djasselette-evs added a commit to djasselette-evs/kill-port that referenced this issue Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants