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

@nrwl/js:node executor doesn't exit when I using ora package on zsh(mac) #13248

Closed
wizardnet972 opened this issue Nov 18, 2022 · 2 comments
Closed
Assignees
Labels
outdated scope: node Issues related to Node, Express, NestJS support for Nx stale type: bug

Comments

@wizardnet972
Copy link
Contributor

Current Behavior

The process does not exit when I hit command+c to exist from my application.

The problem happens on my mac m1 (zsh).

Expected Behavior

Stop the process.

Github Repo

https://github.com/wizardnet972/nx-ora

Steps to Reproduce

Clone https://github.com/wizardnet972/nx-ora repo.

Then run:

npm i
npm start (nx serve cli)

Press command+c to exit.

Check the processes (run this command): ps, and you will see the node process still running. (to exit run ps -9 #yourprocessnumebr).

Nx Report

yarn run v1.22.19
$ /Users/wizardnet972/repo/nx-ora/node_modules/.bin/nx report

 >  NX   Report complete - copy this into the issue template

   Node : 16.15.1
   OS   : darwin arm64
   yarn : 1.22.19

   nx : 15.2.0
   @nrwl/angular : Not Found
   @nrwl/cypress : Not Found
   @nrwl/detox : Not Found
   @nrwl/devkit : 15.2.0
   @nrwl/esbuild : Not Found
   @nrwl/eslint-plugin-nx : 15.2.0
   @nrwl/expo : Not Found
   @nrwl/express : Not Found
   @nrwl/jest : 15.2.0
   @nrwl/js : 15.2.0
   @nrwl/linter : 15.2.0
   @nrwl/nest : Not Found
   @nrwl/next : Not Found
   @nrwl/node : Not Found
   @nrwl/nx-cloud : Not Found
   @nrwl/nx-plugin : Not Found
   @nrwl/react : Not Found
   @nrwl/react-native : Not Found
   @nrwl/rollup : Not Found
   @nrwl/schematics : Not Found
   @nrwl/storybook : Not Found
   @nrwl/web : Not Found
   @nrwl/webpack : Not Found
   @nrwl/workspace : 15.2.0
   typescript : 4.8.4
   ---------------------------------------
   Local workspace plugins:
   ---------------------------------------
   Community plugins:

✨  Done in 1.10s.


### Failure Logs

```shell
N/A

Additional Information

  1. When I remove ora then the process exit. (but I need to use that package).
  2. Maybe should check tree-kill which nx use because it not get the process id.
  3. I add serve target to project.json in order to use watch command.
  4. let me know if you have questions or clarifications and I try to answer them.
@AgentEnder AgentEnder added the scope: node Issues related to Node, Express, NestJS support for Nx label Nov 18, 2022
@jaysoo jaysoo self-assigned this May 10, 2023
Copy link

github-actions bot commented Nov 7, 2023

This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
If we missed this issue please reply to keep it active.
Thanks for being a part of the Nx community! 🙏

Copy link

This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated scope: node Issues related to Node, Express, NestJS support for Nx stale type: bug
Projects
None yet
Development

No branches or pull requests

3 participants