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
Currently, if I write a plugin (and leave it in a state where the graph can't process) or manually create a project.json file, the daemon hangs and leaves it's process running. The process that the daemon runs on seems to create a lock on it's log file. Running nx daemon --stop or nx reset seem to have no effect on that lock.
Expected Behavior
running nx daemon --stop or nx reset should force close the affected daemon process.
Hello! Thanks for the report :) This is an issue with plugin isolation. Please update to the latest patch 19.5.7 where this is fixed.
If you run into any other issues, please let me know :)
Current Behavior
Currently, if I write a plugin (and leave it in a state where the graph can't process) or manually create a project.json file, the daemon hangs and leaves it's process running. The process that the daemon runs on seems to create a lock on it's log file. Running
nx daemon --stop
ornx reset
seem to have no effect on that lock.Expected Behavior
running
nx daemon --stop
ornx reset
should force close the affected daemon process.GitHub Repo
https://github.com/nrwl/nx-examples
Steps to Reproduce
nx graph
ctrl + c
nx reset
(should fail to reset)nx graph
(should fail due to EPERM: on daemon.log)Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: