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

issues on ubuntu 20.04 #261

Open
DramaCrypto opened this issue Jul 8, 2022 · 1 comment
Open

issues on ubuntu 20.04 #261

DramaCrypto opened this issue Jul 8, 2022 · 1 comment
Labels
bug Something isn't working feedback

Comments

@DramaCrypto
Copy link

I installed Flow CLI and node js
Next I execute npm run dev:testnet

but issues happened like below :

[email protected] dev:testnet
npx cross-env CHAIN_ENV=testnet node .ki-scripts/startup.js

ℹ Stopping previously launched processes...

xargs -
Usage:
kill [options] [...]

Options:
[...] send signal to every listed
-, -s, --signal
specify the to be sent
-l, --list=[] list all signal names, or convert one to a name
-L, --table list all signal names in a nice table

-h, --help display this help and exit
-V, --version output version information and exit

For more details see kill(1).

node:internal/process/promises:279
triggerUncaughtException(err, true /* fromPromise */);
^

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "undefined".] {
code: 'ERR_UNHANDLED_REJECTION'
}

@DramaCrypto DramaCrypto added bug Something isn't working feedback labels Jul 8, 2022
@bluesign
Copy link

not a solution but as a workaround you can comment out:

await killPortProcess(port);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feedback
Projects
None yet
Development

No branches or pull requests

2 participants