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

Aggregate Error in mac os HighSierra #50

Open
zymr-keshav opened this issue Mar 29, 2018 · 2 comments
Open

Aggregate Error in mac os HighSierra #50

zymr-keshav opened this issue Mar 29, 2018 · 2 comments

Comments

@zymr-keshav
Copy link

Macos v 10.1.3.3 ( High Sierra)

There is a process running on the port 8083 ; I have checked from lsof command and When I try to kill a process using port number than it gives following error:

fkill :8083

AggregateError:
Error: Killing process 64708 failed: Process doesn't exist
at Array.map ()
at processExists.all.then.then (/usr/local/lib/node_modules/fkill-cli/node_modules/fkill/index.js:83:10)
at
at processExists.all.then.then (/usr/local/lib/node_modules/fkill-cli/node_modules/fkill/index.js:83:10)
at
at process._tickCallback (internal/process/next_tick.js:188:7)

@sindresorhus
Copy link
Owner

@kevva Any idea what this could be?

@tjconcept
Copy link

Saw this too.

$ fkill gpg
? Error killing process. Would you like to use the force? Yes
AggregateError: 
    Error: Killing process gpg failed: Process doesn't exist
        at Array.map (<anonymous>)
        at processExists.all.then.then (/Users/tj/.npm-config/lib/node_modules/fkill-cli/node_modules/fkill/index.js:83:10)
    at processExists.all.then.then (/Users/tj/.npm-config/lib/node_modules/fkill-cli/node_modules/fkill/index.js:83:10)
    at process._tickCallback (internal/process/next_tick.js:68:7)

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