You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
When I remove ora then the process exit. (but I need to use that package).
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! 🙏
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:
Press command+c to exit.
Check the processes (run this command):
ps
, and you will see the node process still running. (to exit runps -9 #yourprocessnumebr
).Nx Report
Additional Information
ora
then the process exit. (but I need to use that package).tree-kill which nx use
because it not get the process id.serve
target toproject.json
in order to usewatch
command.The text was updated successfully, but these errors were encountered: