If you want to use why-is-node-running in your code, you can install it as a local dependency of your project. If you want to use it as a CLI, you can

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-09-04 23:30:06

If you want to use why-is-node-running in your code, you can install it as a local dependency of your project. If you want to use it as a CLI, you can install it globally, or use npx to run it without installing it.

You can run why-is-node-running as a standalone if you don't want to include it inside your code. Sending SIGUSR1/SIGINFO signal to the process will produce the log. (Ctrl + T on macOS and BSD systems)

Leave a Comment