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

'ERR_UNKNOWN_SIGNAL when terminating nx run project:serve #22877

Closed
3 of 4 tasks
SanderElias opened this issue Apr 18, 2024 · 2 comments
Closed
3 of 4 tasks

'ERR_UNKNOWN_SIGNAL when terminating nx run project:serve #22877

SanderElias opened this issue Apr 18, 2024 · 2 comments
Assignees
Labels

Comments

@SanderElias
Copy link

SanderElias commented Apr 18, 2024

Current Behavior

when I abort (^c) the serve I get this error:
image

Expected Behavior

not getting the error

GitHub Repo

No response

Steps to Reproduce

  1. start project with nx run angular-app-project:serve
  2. stop the thing

Nx Report

NX   Report complete - copy this into the issue template

Node   : 20.12.2
OS     : linux-x64
npm    : 10.5.0

nx (global)        : 18.3.0
nx                 : 18.2.4
@nx/js             : 18.2.4
@nx/jest           : 18.2.4
@nx/linter         : 18.2.4
@nx/eslint         : 18.2.4
@nx/workspace      : 18.2.4
@nx/angular        : 18.2.4
@nx/devkit         : 18.2.4
@nx/esbuild        : 18.2.4
@nx/eslint-plugin  : 18.2.4
@nx/express        : 18.2.4
@nx/node           : 18.2.4
@nx/plugin         : 18.2.4
@nrwl/tao          : 18.2.4
@nx/web            : 18.2.4
@nx/webpack        : 18.2.4
typescript         : 5.4.5
---------------------------------------
Community plugins:
@dot-build/serve-and-run-angular : 2.0.0
@ngneat/spectator                : 16.0.0
@ngneat/transloco                : 6.0.4
ng-mocks                         : 14.12.2
ngx-toastr                       : 18.0.0
---------------------------------------
Local workspace plugins:
	@libs/workspace-plugin

Failure Logs

TypeError [ERR_UNKNOWN_SIGNAL]: Unknown signal: 130
    at convertToValidSignal (node:internal/util:331:9)
    at ChildProcess.kill (node:internal/child_process:496:5)
    at process.processExitListener (/.../node_modules/nx/src/executors/run-commands/run-commands.impl.js:208:62)
    at process.emit (node:events:530:35)
    at process.processEmit [as emit] (/.../node_modules/restore-cursor/node_modules/signal-exit/index.js:191:37)
    at process.exit (node:internal/process/per_thread:187:15)
    at process.<anonymous> (/.../node_modules/nx/src/tasks-runner/forked-process-task-runner.js:346:21)
    at process.emit (node:events:530:35) {
  code: 'ERR_UNKNOWN_SIGNAL'
}

Package Manager Version

No response

Operating System

  • macOS
  • Linux
  • Windows
  • Other (Please specify)

Additional Information

No response

@FrozenPandaz FrozenPandaz self-assigned this Apr 19, 2024
@FrozenPandaz FrozenPandaz added the scope: core core nx functionality label Apr 19, 2024
@FrozenPandaz
Copy link
Collaborator

Fixed in #22895

Thanks :)

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 May 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants