@africanies/angular-web-sdk 0.1.9 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/.nx/cache/1149535958171016935/dist/libs/africanies-theme/README.md +46 -0
  2. package/.nx/cache/1149535958171016935/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +243 -0
  3. package/.nx/cache/1149535958171016935/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +1 -0
  4. package/.nx/cache/1149535958171016935/dist/libs/africanies-theme/package.json +35 -0
  5. package/.nx/cache/1149535958171016935/dist/libs/africanies-theme/tailwind-preset.cjs +330 -0
  6. package/.nx/cache/1149535958171016935/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +178 -0
  7. package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/README.md +68 -0
  8. package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png +0 -0
  9. package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/assets/brand/africanies-logo.png +0 -0
  10. package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/assets/brand/africanies-logo.svg +5 -0
  11. package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/assets/carriers/dhl.svg +7 -0
  12. package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +19998 -0
  13. package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -0
  14. package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/package.json +35 -0
  15. package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +5616 -0
  16. package/.nx/cache/run.json +17 -17
  17. package/.nx/cache/terminalOutputs/1149535958171016935 +21 -0
  18. package/.nx/cache/terminalOutputs/3735952477975556635 +21 -0
  19. package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db +0 -0
  20. package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-shm +0 -0
  21. package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-wal +0 -0
  22. package/.nx/workspace-data/d/daemon.log +1430 -0
  23. package/.nx/workspace-data/d/server-process.json +2 -2
  24. package/.nx/workspace-data/file-map.json +3332 -3334
  25. package/.nx/workspace-data/nx_files.nxt +0 -0
  26. package/.nx/workspace-data/project-graph.json +2 -2
  27. package/apps/playground/src/app/pages/chip-page.ts +11 -1
  28. package/apps/playground/src/app/pages/tokens-page.ts +2 -2
  29. package/apps/playground/src/app/snippets/chip.snippets.ts +5 -0
  30. package/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +8 -8
  31. package/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +1 -1
  32. package/dist/libs/africanies-theme/tailwind-preset.cjs +3 -3
  33. package/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +5 -3
  34. package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +869 -371
  35. package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -1
  36. package/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +135 -40
  37. package/libs/africanies-theme/src/lib/mode-color.safelist.ts +2 -2
  38. package/libs/africanies-theme/src/lib/mode-color.service.spec.ts +9 -7
  39. package/libs/africanies-theme/src/lib/mode-color.service.ts +9 -7
  40. package/libs/africanies-theme/tailwind-preset.cjs +3 -3
  41. package/libs/africanies-ui/src/lib/avatar/avatar-menu.component.ts +25 -21
  42. package/libs/africanies-ui/src/lib/button/button.component.spec.ts +13 -8
  43. package/libs/africanies-ui/src/lib/chip/chip.component.ts +74 -6
  44. package/libs/africanies-ui/src/lib/layout/app-shell-header.component.ts +35 -12
  45. package/libs/africanies-ui/src/lib/layout/header-greeting.util.ts +2 -0
  46. package/libs/africanies-ui/src/lib/layout/header-weather.spec.ts +120 -9
  47. package/libs/africanies-ui/src/lib/layout/header-weather.ts +79 -18
  48. package/libs/africanies-ui/src/lib/navigation/segment/segment.component.ts +98 -22
  49. package/libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts +193 -65
  50. package/libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html +4 -2
  51. package/libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts +3 -1
  52. package/libs/africanies-ui/src/lib/table/table.component.spec.ts +3 -0
  53. package/libs/africanies-ui/src/lib/table/table.component.ts +197 -57
  54. package/package.json +1 -1
  55. package/tools/build-icon-sprite.mjs +1 -1
@@ -34634,3 +34634,1433 @@ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
34634
34634
  DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
34635
34635
  DEBUG nx::native::watch::watcher: [update] .husky/_/commit-msg
34636
34636
  [NX v23.1.1 Daemon Server] - 2026-09-07T14:57:01.285Z - [WATCHER]: Processing file changes in outputs
34637
+ [NX v23.1.1 Daemon Client] - 2026-09-07T14:59:44.609Z - [ProjectGraphListener] Socket closed, triggering reconnection
34638
+ [NX v23.1.1 Daemon Server] - 2026-09-07T14:59:44.640Z - Closed a connection. Number of open connections: 1
34639
+ [NX v23.1.1 Daemon Server] - 2026-09-07T17:59:36.943Z - Closed a connection. Number of open connections: 0
34640
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
34641
+ [NX v23.1.1 Daemon Server] - 2026-09-07T17:59:37.057Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
34642
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
34643
+ [NX v23.1.1 Daemon Server] - 2026-09-07T17:59:37.071Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (outputs)
34644
+ [NX v23.1.1 Daemon Server] - 2026-09-07T17:59:37.129Z - [LATEST-NX]: Cleaning up latest Nx installation from /private/tmp/tmp-33104-LG8ny0D3fzlY
34645
+ [NX v23.1.1 Daemon Server] - 2026-09-07T17:59:37.173Z - Server stopped because: "10800000ms of inactivity"
34646
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:19.110Z - [Client] Starting new daemon server in background
34647
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:19.227Z - [Client] Waiting for server (max: 6000 attempts, 10ms interval)
34648
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
34649
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:19.993Z - [WATCHER]: Subscribed to changes within: /Applications/AngularJS/angular-web-sdk (native)
34650
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:19.997Z - New daemon starting from: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server/server.js
34651
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:19.997Z - New daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
34652
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:19.997Z - New daemon nxVersion: 23.1.1
34653
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:19.997Z - New daemon getInstalledNxVersion(): 23.1.1
34654
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:19.998Z - Time taken for 'workspace context init' 0.16191700000001674ms
34655
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:19.999Z - [Server] Starting outdated check interval (20ms)
34656
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.002Z - Started listening on: /private/tmp/ddab765e8d50c59774a6/d.sock
34657
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:20.005Z - [Client] Server available
34658
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:20.005Z - [Client] Daemon server started, pid=83684
34659
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
34660
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:20.005Z - [Messenger] Setting up socket listeners
34661
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:20.005Z - [Messenger] listen() complete
34662
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.006Z - [LATEST-NX]: Pulling latest Nx...
34663
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.008Z - [AI-AGENTS]: Starting agent configuration status computation
34664
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:20.020Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
34665
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:20.020Z - [Messenger] Message sent
34666
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 83687, socket: /private/tmp/plugin83684-0-494.735583.sock)
34667
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 83688, socket: /private/tmp/plugin83684-1-596.979792.sock)
34668
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 83689, socket: /private/tmp/plugin83684-2-597.359542.sock)
34669
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.111Z - Time taken for 'hash changed files from watcher' 0.011291999999968994ms
34670
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.111Z - Time taken for 'loadSpecifiedNxPlugins' 105.04420800000003ms
34671
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
34672
+ DEBUG nx::native::watch::watcher: [create] .nx/workspace-data/d/server-process.json
34673
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.112Z - [WATCHER]: Processing file changes in outputs
34674
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.112Z - Established a connection. Number of open connections: 1
34675
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.113Z - Established a connection. Number of open connections: 2
34676
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.114Z - Closed a connection. Number of open connections: 1
34677
+ /bin/sh: pnpm: command not found
34678
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.120Z - [NX-CONSOLE]: Failed to use latest Nx for console status. Error: An error occurred while checking the provenance of nx@latest. This could indicate a security risk. Please double check https://www.npmjs.com/package/nx to see if the package is published correctly or file an issue at https://github.com/nrwl/nx/issues. To disable this check at your own risk, you can set the NX_SKIP_PROVENANCE_CHECK environment variable to true.
34679
+ Error: Command failed: pnpm view "nx@latest" --json --silent
34680
+ /bin/sh: pnpm: command not found
34681
+
34682
+ DEBUG nx::native::ide::preferences: Loaded console preferences: NxConsolePreferences { auto_install_console: Some(true), path: "/Users/ikechukwukalu/.config/nx/ide.json" }
34683
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.122Z - [AI-AGENTS]: Failed to compute agent configuration status from latest Nx. Error: An error occurred while checking the provenance of nx@latest. This could indicate a security risk. Please double check https://www.npmjs.com/package/nx to see if the package is published correctly or file an issue at https://github.com/nrwl/nx/issues. To disable this check at your own risk, you can set the NX_SKIP_PROVENANCE_CHECK environment variable to true.
34684
+ Error: Command failed: pnpm view "nx@latest" --json --silent
34685
+ /bin/sh: pnpm: command not found
34686
+
34687
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.122Z - [AI-AGENTS]: Agent configuration status computation completed: 0 fully configured, 0 outdated, 0 partially configured, 0 non-configured
34688
+ DEBUG nx::native::ide::install: Detected editor: Unknown
34689
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.124Z - Received raw message of length 870
34690
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.124Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
34691
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.124Z - [AI-AGENTS]: Returning cached agent configuration status
34692
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.124Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
34693
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.124Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
34694
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.124Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
34695
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.124Z - Done responding to the client handleGetConfigureAiAgentsStatus
34696
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.124Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 0. Response time: 0.
34697
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:20.125Z - [Messenger] Received message, length: 104
34698
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 83687) listening on /private/tmp/plugin83684-0-494.735583.sock
34699
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 83688) listening on /private/tmp/plugin83684-1-596.979792.sock
34700
+ Time taken for 'plugin worker 83687 code loading' 92.78566699999999ms
34701
+ Time taken for 'plugin worker 83688 code loading' 93.27000000000001ms
34702
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 83689) listening on /private/tmp/plugin83684-2-597.359542.sock
34703
+ Time taken for 'plugin worker 83689 code loading' 94.64379100000001ms
34704
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 83688) connected
34705
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 83687) connected
34706
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 83689) connected
34707
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 83687)
34708
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 83688)
34709
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 83689)
34710
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.298Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 289.314209ms
34711
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.298Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 187.29595900000004ms
34712
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.298Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 186.97524999999996ms
34713
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 83689) loaded successfully
34714
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.300Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 293.76729199999994ms
34715
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 83688) loaded successfully
34716
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.301Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 294.740875ms
34717
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 83687) loaded successfully
34718
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.308Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
34719
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.308Z - [REQUEST]:
34720
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.308Z - [REQUEST]:
34721
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.310Z - Time taken for 'loadDefaultNxPlugins' 302.776ms
34722
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.310Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 302.696584ms
34723
+ Time taken for 'nx/core/project-json:createNodes' 1.9230000000000018ms
34724
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
34725
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 5.972084000000024ms
34726
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
34727
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.356Z - Time taken for 'build-project-configs' 25.882458000000042ms
34728
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.356Z - Time taken for 'createNodes:merge' 11.804709000000003ms
34729
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.356Z - Time taken for 'native-file-deps' 0.008874999999989086ms
34730
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.356Z - Time taken for 'get-workspace-files' 1.0941249999999627ms
34731
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.356Z - Time taken for 'read cache' 1.6832909999999401ms
34732
+ Time taken for 'build typescript dependencies' 14.228499999999997ms
34733
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
34734
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.386Z - [SYNC]: collect registered sync generators
34735
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.398Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
34736
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.399Z - Time taken for 'total execution time for createProjectGraph()' 36.41904199999999ms
34737
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.399Z - Time taken for 'createDependencies' 29.007417000000032ms
34738
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.399Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 28.867166999999995ms
34739
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.399Z - Time taken for 'createMetadata' 0.016917000000034932ms
34740
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.399Z - Time taken for 'serialize graph' 1.9152500000000146ms
34741
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.399Z - Time taken for 'write cache' 11.636999999999944ms
34742
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.734Z - [Server] lock file hash changed! old=5024161511432062737, new=2717871061533294378
34743
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.734Z - [Server] Daemon outdated: LOCK_FILES_CHANGED
34744
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.734Z - [Server] Restarting daemon...
34745
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.735Z - Restarting daemon with script: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server/start.js
34746
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.735Z - Old daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
34747
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.735Z - Current process.execPath: /Applications/Visual Studio Code.app/Contents/Frameworks/Code Helper (Plugin).app/Contents/MacOS/Code Helper (Plugin)
34748
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.735Z - Started new daemon process in background
34749
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.735Z - Closed a connection. Number of open connections: 0
34750
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
34751
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.736Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
34752
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
34753
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.736Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (outputs)
34754
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.736Z - Server stopped because: "LOCK_FILES_CHANGED"
34755
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
34756
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.987Z - [WATCHER]: Subscribed to changes within: /Applications/AngularJS/angular-web-sdk (native)
34757
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.990Z - New daemon starting from: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server/server.js
34758
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.990Z - New daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
34759
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.990Z - New daemon nxVersion: 23.1.1
34760
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.990Z - New daemon getInstalledNxVersion(): 23.1.1
34761
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.991Z - Time taken for 'workspace context init' 0.17766700000001379ms
34762
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.997Z - [Server] Starting outdated check interval (20ms)
34763
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.998Z - Started listening on: /private/tmp/fd580d9312da9fd54b4b/d.sock
34764
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
34765
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.002Z - [LATEST-NX]: Pulling latest Nx...
34766
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.005Z - [AI-AGENTS]: Starting agent configuration status computation
34767
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 83801, socket: /private/tmp/plugin83782-0-224.366125.sock)
34768
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 83802, socket: /private/tmp/plugin83782-1-261.039041.sock)
34769
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 83803, socket: /private/tmp/plugin83782-2-261.936583.sock)
34770
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.045Z - Time taken for 'hash changed files from watcher' 0.015375000000005912ms
34771
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.045Z - Time taken for 'loadSpecifiedNxPlugins' 42.097375ms
34772
+ /bin/sh: pnpm: command not found
34773
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.066Z - [NX-CONSOLE]: Failed to use latest Nx for console status. Error: An error occurred while checking the provenance of nx@latest. This could indicate a security risk. Please double check https://www.npmjs.com/package/nx to see if the package is published correctly or file an issue at https://github.com/nrwl/nx/issues. To disable this check at your own risk, you can set the NX_SKIP_PROVENANCE_CHECK environment variable to true.
34774
+ Error: Command failed: pnpm view "nx@latest" --json --silent
34775
+ /bin/sh: pnpm: command not found
34776
+
34777
+ DEBUG nx::native::ide::preferences: Loaded console preferences: NxConsolePreferences { auto_install_console: Some(true), path: "/Users/ikechukwukalu/.config/nx/ide.json" }
34778
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.066Z - [AI-AGENTS]: Failed to compute agent configuration status from latest Nx. Error: An error occurred while checking the provenance of nx@latest. This could indicate a security risk. Please double check https://www.npmjs.com/package/nx to see if the package is published correctly or file an issue at https://github.com/nrwl/nx/issues. To disable this check at your own risk, you can set the NX_SKIP_PROVENANCE_CHECK environment variable to true.
34779
+ Error: Command failed: pnpm view "nx@latest" --json --silent
34780
+ /bin/sh: pnpm: command not found
34781
+
34782
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.066Z - [AI-AGENTS]: Agent configuration status computation completed: 0 fully configured, 0 outdated, 0 partially configured, 0 non-configured
34783
+ DEBUG nx::native::ide::install: Detected editor: Unknown
34784
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
34785
+ DEBUG nx::native::watch::watcher: [create] .nx/workspace-data/d/server-process.json
34786
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.114Z - [WATCHER]: Processing file changes in outputs
34787
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 83802) listening on /private/tmp/plugin83782-1-261.039041.sock
34788
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 83802)
34789
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.434Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 390.91991599999994ms
34790
+ Time taken for 'plugin worker 83802 code loading' 198.71362499999998ms
34791
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 83802) connected
34792
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 83802) loaded successfully
34793
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.446Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 444.01583300000004ms
34794
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 83801) listening on /private/tmp/plugin83782-0-224.366125.sock
34795
+ Time taken for 'plugin worker 83801 code loading' 246.59337499999998ms
34796
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 83801)
34797
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.464Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 458.84279200000003ms
34798
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 83801) connected
34799
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 83801) loaded successfully
34800
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.477Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 475.679084ms
34801
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 83803) listening on /private/tmp/plugin83782-2-261.936583.sock
34802
+ Time taken for 'plugin worker 83803 code loading' 267.4835ms
34803
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 83803)
34804
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.507Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 463.9665ms
34805
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 83803) connected
34806
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 83803) loaded successfully
34807
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.511Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
34808
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.511Z - [REQUEST]:
34809
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.511Z - [REQUEST]:
34810
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.517Z - Time taken for 'loadDefaultNxPlugins' 509.6275ms
34811
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.517Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 508.9432089999999ms
34812
+ Time taken for 'nx/core/project-json:createNodes' 1.7862089999999853ms
34813
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
34814
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 9.021042000000023ms
34815
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
34816
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.564Z - Time taken for 'build-project-configs' 32.52670899999998ms
34817
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.564Z - Time taken for 'createNodes:merge' 12.089416999999912ms
34818
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.564Z - Time taken for 'native-file-deps' 0.008916999999996733ms
34819
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.564Z - Time taken for 'get-workspace-files' 2.056916000000001ms
34820
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.564Z - Time taken for 'read cache' 0.4651250000000573ms
34821
+ Time taken for 'build typescript dependencies' 36.76716600000003ms
34822
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
34823
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.621Z - [SYNC]: collect registered sync generators
34824
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.629Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
34825
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.629Z - Time taken for 'total execution time for createProjectGraph()' 61.55870799999991ms
34826
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.629Z - Time taken for 'createDependencies' 54.645167000000015ms
34827
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.629Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 54.384624999999915ms
34828
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.629Z - Time taken for 'createMetadata' 0.027500000000031832ms
34829
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.629Z - Time taken for 'serialize graph' 2.1741250000000036ms
34830
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.629Z - Time taken for 'write cache' 7.583541999999966ms
34831
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.880Z - Established a connection. Number of open connections: 1
34832
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.880Z - Closed a connection. Number of open connections: 0
34833
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.881Z - Established a connection. Number of open connections: 1
34834
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.881Z - Established a connection. Number of open connections: 2
34835
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.881Z - Closed a connection. Number of open connections: 1
34836
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:26.881Z - [Messenger] Setting up socket listeners
34837
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:26.882Z - [Messenger] listen() complete
34838
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:26.888Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
34839
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:26.888Z - [Messenger] Message sent
34840
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.890Z - Received raw message of length 4528
34841
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.890Z - Received json message of type GET_NX_CONSOLE_STATUS
34842
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.890Z - Graph recompute necessary due to env variable refresh. Changed keys: ELECTRON_RUN_AS_NODE, PATH, XPC_SERVICE_NAME, APPLICATION_INSIGHTS_NO_STATSBEAT, DEBUG, MXC_BIN_DIR, COPILOT_OTEL_FILE_EXPORTER_PATH, NX_WORKSPACE_ROOT_PATH, ELECTRON_NO_ASAR, CI, NVM_INC, HERD_PHP_81_INI_SCAN_DIR, DATA_CLOUD_CURR_IDE_NAME, HERD_PHP_80_INI_SCAN_DIR, TERM_PROGRAM, NODE, INIT_CWD, NVM_CD_FLAGS, TERM, TERM_PROGRAM_VERSION, ZDOTDIR, COLOR, GIT_AUTHOR_DATE, HERD_PHP_85_INI_SCAN_DIR, HERD_PHP_83_INI_SCAN_DIR, COPILOT_DEBUG_NONCE, GIT_EDITOR, NVM_DIR, PHP_INI_SCAN_DIR, GIT_NO_REPLACE_OBJECTS, GIT_INDEX_FILE, GIT_AUTHOR_NAME, HERD_PHP_82_INI_SCAN_DIR, GIT_PREFIX, HERD_PHP_84_INI_SCAN_DIR, USER_ZDOTDIR, PWD, EDITOR, LANG, PYTHONSTARTUP, NODE_PATH, PYTHON_BASIC_REPL, GIT_SSH_COMMAND, NVM_BIN, GIT_ASKPASS, HERD_PHP_74_INI_SCAN_DIR, GIT_AUTHOR_EMAIL, GIT_EXEC_PATH, COLORTERM, NX_CLI_SET
34843
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.891Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
34844
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.891Z - Responding to GET_NX_CONSOLE_STATUS message
34845
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.891Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
34846
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.891Z - Done responding to the client handleGetNxConsoleStatus
34847
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.891Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0.
34848
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:26.891Z - [Messenger] Received message, length: 22
34849
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:26.939Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
34850
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:26.939Z - [Messenger] Message sent
34851
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.939Z - Received raw message of length 32
34852
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.939Z - Received json message of type REQUEST_PROJECT_GRAPH
34853
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.940Z - [REQUEST]: Client Request for Project Graph Received
34854
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=62.124542ms
34855
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:27.003Z - No in-memory cached project graph found. Recomputing it...
34856
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:27.003Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
34857
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:27.003Z - [REQUEST]:
34858
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:27.003Z - [REQUEST]:
34859
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:27.005Z - Streaming message to client: progress update for topic graph-construction
34860
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
34861
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:27.006Z - [Messenger] Received message, length: 47
34862
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 83845, socket: /private/tmp/plugin83782-3-1225.033333.sock)
34863
+ [plugin-client] restarting worker for "nx/core/package-json"
34864
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 83846, socket: /private/tmp/plugin83782-4-1227.28925.sock)
34865
+ [plugin-client] restarting worker for "nx/core/project-json"
34866
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 83847, socket: /private/tmp/plugin83782-5-1232.19275.sock)
34867
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
34868
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
34869
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
34870
+ [0908/202427.708580:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
34871
+ [0908/202427.794309:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
34872
+ [0908/202427.817586:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
34873
+ [0908/202427.831660:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
34874
+ [0908/202427.862421:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
34875
+ [0908/202427.862515:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
34876
+ [0908/202428.592391:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/21c5b428-52c1-4bc4-8499-e31156a51014: No such file or directory (2)
34877
+ [0908/202428.820776:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/58161da0-6bec-4519-aa4b-e4e05b011c5b: No such file or directory (2)
34878
+ [0908/202428.898507:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/09216554-7aea-4530-8f17-367ddbd73327: No such file or directory (2)
34879
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
34880
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.726Z - Streaming message to client: progress update for topic graph-construction
34881
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.727Z - Time taken for 'start-plugin-worker:nx/core/package-json' 2716.3847909999995ms
34882
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:29.728Z - [Messenger] Received message, length: 153
34883
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.912Z - Streaming message to client: progress update for topic graph-construction
34884
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:29.914Z - [Messenger] Received message, length: 101
34885
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.919Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 2906.3624159999995ms
34886
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
34887
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.919Z - Streaming message to client: progress update for topic graph-construction
34888
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:29.921Z - [Messenger] Received message, length: 47
34889
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.924Z - Streaming message to client: progress update for topic graph-construction
34890
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
34891
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:29.928Z - [Messenger] Received message, length: 47
34892
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 83986, socket: /private/tmp/plugin83782-6-4144.852416.sock)
34893
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.933Z - Time taken for 'build-project-configs' 2914.2565ms
34894
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.933Z - Time taken for 'start-plugin-worker:nx/core/project-json' 2906.469792ms
34895
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.933Z - Time taken for 'createNodes:merge' 0.0902909999995245ms
34896
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.933Z - Time taken for 'native-file-deps' 0.001291999999921245ms
34897
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.933Z - Time taken for 'get-workspace-files' 3.234082999999373ms
34898
+ [0908/202430.374796:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/21c5b428-52c1-4bc4-8499-e31156a51014.dmp: Resource temporarily unavailable (35)
34899
+ [0908/202430.375184:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/09216554-7aea-4530-8f17-367ddbd73327.dmp: Resource temporarily unavailable (35)
34900
+ [0908/202430.375208:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/58161da0-6bec-4519-aa4b-e4e05b011c5b.dmp: Resource temporarily unavailable (35)
34901
+ [0908/202430.375512:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/9d03baac-7d74-4dc6-b796-5b7391230c2a: No such file or directory (2)
34902
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
34903
+ [0908/202430.574451:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
34904
+ [0908/202430.637551:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
34905
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
34906
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:31.680Z - Streaming message to client: progress update for topic graph-construction
34907
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:31.681Z - [Messenger] Received message, length: 47
34908
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:31.682Z - Error detected when creating a project graph: Failed to create project graph. See above for errors
34909
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:31.683Z - [REQUEST]: Responding to the client with an error. Error when preparing serialized project graph. Failed to process project graph.
34910
+ - Error: Plugin worker for "nx/core/package-json" exited with code 0 before the connection was established.
34911
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
34912
+ at Object.onceWrapper (node:events:631:26)
34913
+ at ChildProcess.emit (node:events:509:28)
34914
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
34915
+ Error: Plugin worker for "nx/core/package-json" exited with code 0 before the connection was established.
34916
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
34917
+ at Object.onceWrapper (node:events:631:26)
34918
+ at ChildProcess.emit (node:events:509:28)
34919
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
34920
+ - Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
34921
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
34922
+ at Object.onceWrapper (node:events:631:26)
34923
+ at ChildProcess.emit (node:events:509:28)
34924
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
34925
+ Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
34926
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
34927
+ at Object.onceWrapper (node:events:631:26)
34928
+ at ChildProcess.emit (node:events:509:28)
34929
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
34930
+ - Error: Plugin worker for "nx/core/project-json" exited with code 0 before the connection was established.
34931
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
34932
+ at Object.onceWrapper (node:events:631:26)
34933
+ at ChildProcess.emit (node:events:509:28)
34934
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
34935
+ Error: Plugin worker for "nx/core/project-json" exited with code 0 before the connection was established.
34936
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
34937
+ at Object.onceWrapper (node:events:631:26)
34938
+ at ChildProcess.emit (node:events:509:28)
34939
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
34940
+ The "nx/js/dependencies-and-lockfile" plugin threw an error while creating dependencies: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
34941
+ Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
34942
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
34943
+ at Object.onceWrapper (node:events:631:26)
34944
+ at ChildProcess.emit (node:events:509:28)
34945
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
34946
+ Caused by:
34947
+ Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
34948
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
34949
+ at Object.onceWrapper (node:events:631:26)
34950
+ at ChildProcess.emit (node:events:509:28)
34951
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
34952
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:31.684Z - Done responding to the client null
34953
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:31.684Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 4744. Response time: 1.
34954
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:31.685Z - Time taken for 'createDependencies' 1756.155417ms
34955
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:31.685Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 1755.1899170000006ms
34956
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:31.685Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 1754.2440830000005ms
34957
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:31.685Z - Time taken for 'createMetadata' 0.04679200000009587ms
34958
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:31.685Z - [Messenger] Received message, length: 8878
34959
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:31.708Z - Closed a connection. Number of open connections: 0
34960
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
34961
+ DEBUG nx::native::watch::watcher: [create] nx/core/project-json
34962
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
34963
+ DEBUG nx::native::watch::watcher: [create] nx/core/project-json
34964
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.476Z - [WATCHER]: Processing file changes in outputs
34965
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.477Z - [WATCHER]: nx/core/project-json was created or restored
34966
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.477Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: create:nx/core/project-json
34967
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.477Z - [WATCHER]: File changes detected:
34968
+ Created:
34969
+ - nx/core/project-json
34970
+ Updated:
34971
+ (none)
34972
+ Deleted:
34973
+ (none)
34974
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.481Z - [SYNC]: clearing sync generators cache due to file changes
34975
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.483Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
34976
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.483Z - [REQUEST]: nx/core/project-json
34977
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.483Z - [REQUEST]:
34978
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
34979
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 84567, socket: /private/tmp/plugin83782-7-23706.081125.sock)
34980
+ [plugin-client] restarting worker for "nx/core/package-json"
34981
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 84568, socket: /private/tmp/plugin83782-8-23707.007458.sock)
34982
+ [plugin-client] restarting worker for "nx/core/project-json"
34983
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 84569, socket: /private/tmp/plugin83782-9-23707.365916.sock)
34984
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.488Z - Time taken for 'hash changed files from watcher' 3.5114169999978913ms
34985
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
34986
+ DEBUG nx::native::watch::watcher: [create] nx/js/dependencies-and-lockfile
34987
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.662Z - [WATCHER]: Processing file changes in outputs
34988
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
34989
+ DEBUG nx::native::watch::watcher: [create] nx/js/dependencies-and-lockfile
34990
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.664Z - [WATCHER]: nx/js/dependencies-and-lockfile was created or restored
34991
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.664Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: create:nx/js/dependencies-and-lockfile
34992
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.664Z - [WATCHER]: File changes detected:
34993
+ Created:
34994
+ - nx/js/dependencies-and-lockfile
34995
+ Updated:
34996
+ (none)
34997
+ Deleted:
34998
+ (none)
34999
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.665Z - [SYNC]: clearing sync generators cache due to file changes
35000
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.665Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35001
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.665Z - [REQUEST]: nx/core/project-json,nx/js/dependencies-and-lockfile
35002
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.665Z - [REQUEST]:
35003
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.667Z - Time taken for 'hash changed files from watcher' 0.8338750000002619ms
35004
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
35005
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
35006
+ DEBUG nx::native::watch::watcher: [create] nx/core/package-json
35007
+ DEBUG nx::native::watch::watcher: [create] nx/core/package-json
35008
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:50.070Z - [WATCHER]: nx/core/package-json was created or restored
35009
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:50.070Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: create:nx/core/package-json
35010
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:50.070Z - [WATCHER]: File changes detected:
35011
+ Created:
35012
+ - nx/core/package-json
35013
+ Updated:
35014
+ (none)
35015
+ Deleted:
35016
+ (none)
35017
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:50.071Z - [SYNC]: clearing sync generators cache due to file changes
35018
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:50.071Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35019
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:50.071Z - [REQUEST]: nx/core/project-json,nx/js/dependencies-and-lockfile,nx/core/package-json
35020
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:50.071Z - [REQUEST]:
35021
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:50.072Z - Time taken for 'hash changed files from watcher' 0.7978750000002037ms
35022
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:50.072Z - [WATCHER]: Processing file changes in outputs
35023
+ [0908/202450.396207:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/c1e59ad2-37af-456f-961c-54ea15728448.dmp: Resource temporarily unavailable (35)
35024
+ [0908/202450.397895:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/93196114-ba3d-42d1-a63f-4d88818ae882.dmp: Resource temporarily unavailable (35)
35025
+ [0908/202450.399322:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/c1e59ad2-37af-456f-961c-54ea15728448.dmp: Resource temporarily unavailable (35)
35026
+ [0908/202450.398269:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/c1e59ad2-37af-456f-961c-54ea15728448: No such file or directory (2)
35027
+ [0908/202450.399477:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/e22d3371-6ef4-4316-a104-5ad5a8c018ad.dmp: Resource temporarily unavailable (35)
35028
+ [0908/202450.399499:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/e22d3371-6ef4-4316-a104-5ad5a8c018ad: No such file or directory (2)
35029
+ [0908/202450.399848:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/110a62f6-e899-47fa-90ea-0de2bc10912f: No such file or directory (2)
35030
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35031
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35032
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35033
+ [0908/202450.722990:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35034
+ [0908/202450.751264:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35035
+ [0908/202450.790642:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35036
+ [0908/202450.833507:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35037
+ [0908/202451.022212:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35038
+ [0908/202451.182670:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35039
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:51.959Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 2470.772374999997ms
35040
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
35041
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
35042
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35043
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 84625, socket: /private/tmp/plugin83782-10-26216.461041.sock)
35044
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:51.997Z - Time taken for 'start-plugin-worker:nx/core/package-json' 2504.139459000002ms
35045
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:51.997Z - Time taken for 'start-plugin-worker:nx/core/project-json' 2504.199083000003ms
35046
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:51.997Z - Time taken for 'build-project-configs' 1919.586625ms
35047
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:51.997Z - Time taken for 'build-project-configs' 1919.7834580000017ms
35048
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:51.997Z - Time taken for 'build-project-configs' 1919.8687910000008ms
35049
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:51.997Z - Time taken for 'createNodes:merge' 0.10195799999928568ms
35050
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:51.997Z - Time taken for 'createNodes:merge' 0.011542000000190455ms
35051
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:51.997Z - Time taken for 'createNodes:merge' 0.028540999999677297ms
35052
+ [0908/202452.216263:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/c1e59ad2-37af-456f-961c-54ea15728448.dmp: Resource temporarily unavailable (35)
35053
+ [0908/202452.216624:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/e22d3371-6ef4-4316-a104-5ad5a8c018ad.dmp: Resource temporarily unavailable (35)
35054
+ [0908/202452.216851:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/110a62f6-e899-47fa-90ea-0de2bc10912f.dmp: Resource temporarily unavailable (35)
35055
+ [0908/202452.217065:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/03323c98-c600-4583-b6a4-d0f2de52307e: No such file or directory (2)
35056
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35057
+ [0908/202452.289383:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35058
+ [0908/202452.291245:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35059
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
35060
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:53.298Z - Error detected when creating a project graph: Failed to create project graph. See above for errors
35061
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:53.299Z - Time taken for 'createDependencies' 1301.503499999999ms
35062
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:53.299Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 1301.4258339999978ms
35063
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:53.299Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 1300.9228330000005ms
35064
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:53.299Z - Time taken for 'createMetadata' 0.009125000000494765ms
35065
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
35066
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
35067
+ DEBUG nx::native::watch::watcher: [delete] _tmp_11223_af7a8db10e3aa1caf481b4b9fdd4c832
35068
+ DEBUG nx::native::watch::watcher: [delete] _tmp_11223_af7a8db10e3aa1caf481b4b9fdd4c832
35069
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:06.920Z - [WATCHER]: _tmp_11223_af7a8db10e3aa1caf481b4b9fdd4c832 was deleted
35070
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:06.921Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:_tmp_11223_af7a8db10e3aa1caf481b4b9fdd4c832
35071
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:06.921Z - [WATCHER]: File changes detected:
35072
+ Created:
35073
+ (none)
35074
+ Updated:
35075
+ (none)
35076
+ Deleted:
35077
+ - _tmp_11223_af7a8db10e3aa1caf481b4b9fdd4c832
35078
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:06.930Z - [SYNC]: clearing sync generators cache due to file changes
35079
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:06.931Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35080
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:06.931Z - [REQUEST]:
35081
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:06.931Z - [REQUEST]: _tmp_11223_af7a8db10e3aa1caf481b4b9fdd4c832
35082
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35083
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 11250, socket: /private/tmp/plugin83782-11-1421033.369083.sock)
35084
+ [plugin-client] restarting worker for "nx/core/package-json"
35085
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 11251, socket: /private/tmp/plugin83782-12-1421036.281666.sock)
35086
+ [plugin-client] restarting worker for "nx/core/project-json"
35087
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 11252, socket: /private/tmp/plugin83782-13-1421037.239208.sock)
35088
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:06.950Z - Time taken for 'hash changed files from watcher' 4.8435000001918525ms
35089
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:06.951Z - [WATCHER]: Processing file changes in outputs
35090
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35091
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35092
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35093
+ [0908/204807.875085:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35094
+ [0908/204808.012431:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35095
+ [0908/204808.086174:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35096
+ [0908/204808.096052:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35097
+ [0908/204808.096519:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35098
+ [0908/204808.135062:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35099
+ [0908/204808.962489:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/c5495986-878b-47a4-adb4-26d1627c5c4b: No such file or directory (2)
35100
+ [0908/204809.086226:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/67a0fcae-5738-4198-b5d2-a6f46590c467: No such file or directory (2)
35101
+ [0908/204809.211263:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/dc5daaa4-1ac9-4fd4-bf7a-1095cd3344c5: No such file or directory (2)
35102
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
35103
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:09.759Z - Time taken for 'start-plugin-worker:nx/core/project-json' 2808.494457999943ms
35104
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
35105
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35106
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 11366, socket: /private/tmp/plugin83782-14-1423880.702166.sock)
35107
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:09.795Z - Time taken for 'build-project-configs' 2838.822666999884ms
35108
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:09.795Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 2836.3170829999726ms
35109
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:09.795Z - Time taken for 'start-plugin-worker:nx/core/package-json' 2832.8205420000013ms
35110
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:09.795Z - Time taken for 'createNodes:merge' 0.25716599985025823ms
35111
+ [0908/204810.270791:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/c5495986-878b-47a4-adb4-26d1627c5c4b.dmp: Resource temporarily unavailable (35)
35112
+ [0908/204810.270939:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/dc5daaa4-1ac9-4fd4-bf7a-1095cd3344c5.dmp: Resource temporarily unavailable (35)
35113
+ [0908/204810.271035:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/67a0fcae-5738-4198-b5d2-a6f46590c467.dmp: Resource temporarily unavailable (35)
35114
+ [0908/204810.271433:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/31b76ba5-d8bd-4b46-a498-d75e8a71d59c: No such file or directory (2)
35115
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35116
+ [0908/204810.505316:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35117
+ [0908/204810.508994:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35118
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
35119
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:11.396Z - Error detected when creating a project graph: Failed to create project graph. See above for errors
35120
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:11.397Z - Time taken for 'createDependencies' 1603.4298340000678ms
35121
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:11.397Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 1603.249041999923ms
35122
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:11.397Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 1601.438708000118ms
35123
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:11.397Z - Time taken for 'createMetadata' 0.014041000045835972ms
35124
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=17
35125
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-push
35126
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-applypatch
35127
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-checkout
35128
+ DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
35129
+ DEBUG nx::native::watch::watcher: [update] .husky/_/commit-msg
35130
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-commit
35131
+ DEBUG nx::native::watch::watcher: [update] .husky/_/prepare-commit-msg
35132
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
35133
+ DEBUG nx::native::watch::watcher: [create] .husky/_/husky.sh
35134
+ DEBUG nx::native::watch::watcher: [update] .husky/_/applypatch-msg
35135
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-merge
35136
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-commit
35137
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
35138
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-auto-gc
35139
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
35140
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-rebase
35141
+ DEBUG nx::native::watch::watcher: [update] .husky/_/h
35142
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.105Z - [WATCHER]: Processing file changes in outputs
35143
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.727Z - Established a connection. Number of open connections: 1
35144
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.727Z - Closed a connection. Number of open connections: 0
35145
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.728Z - Established a connection. Number of open connections: 1
35146
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.728Z - Closed a connection. Number of open connections: 0
35147
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.729Z - Established a connection. Number of open connections: 1
35148
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:12.728Z - [Messenger] Setting up socket listeners
35149
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:12.733Z - [Messenger] listen() complete
35150
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:12.742Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
35151
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:12.742Z - [Messenger] Message sent
35152
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.744Z - Received raw message of length 4046
35153
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.744Z - Received json message of type GET_NX_CONSOLE_STATUS
35154
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.744Z - Graph recompute necessary due to env variable refresh. Changed keys: PATH, COLOR, GIT_AUTHOR_DATE, GIT_EDITOR, GIT_NO_REPLACE_OBJECTS, GIT_INDEX_FILE, GIT_AUTHOR_NAME, GIT_PREFIX, EDITOR, GIT_SSH_COMMAND, GIT_AUTHOR_EMAIL, GIT_EXEC_PATH, PNPM_SCRIPT_SRC_DIR
35155
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.744Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
35156
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.744Z - Responding to GET_NX_CONSOLE_STATUS message
35157
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.745Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
35158
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.745Z - Done responding to the client handleGetNxConsoleStatus
35159
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.745Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 1.
35160
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:12.745Z - [Messenger] Received message, length: 22
35161
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:12.803Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
35162
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:12.803Z - [Messenger] Message sent
35163
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.803Z - Received raw message of length 32
35164
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.803Z - Received json message of type REQUEST_PROJECT_GRAPH
35165
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.803Z - [REQUEST]: Client Request for Project Graph Received
35166
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=63.558875ms
35167
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.868Z - No in-memory cached project graph found. Recomputing it...
35168
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.868Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35169
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.868Z - [REQUEST]:
35170
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.868Z - [REQUEST]:
35171
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.872Z - Streaming message to client: progress update for topic graph-construction
35172
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35173
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:12.872Z - [Messenger] Received message, length: 47
35174
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 11480, socket: /private/tmp/plugin83782-15-1426961.140583.sock)
35175
+ [plugin-client] restarting worker for "nx/core/package-json"
35176
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 11481, socket: /private/tmp/plugin83782-16-1426961.775958.sock)
35177
+ [plugin-client] restarting worker for "nx/core/project-json"
35178
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 11482, socket: /private/tmp/plugin83782-17-1426962.108791.sock)
35179
+ [0908/204813.197422:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/31b76ba5-d8bd-4b46-a498-d75e8a71d59c.dmp: Resource temporarily unavailable (35)
35180
+ [0908/204813.198341:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/dc5daaa4-1ac9-4fd4-bf7a-1095cd3344c5.dmp: Resource temporarily unavailable (35)
35181
+ [0908/204813.198449:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/67a0fcae-5738-4198-b5d2-a6f46590c467.dmp: Resource temporarily unavailable (35)
35182
+ [0908/204813.199171:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/22b83a8b-418c-4ed6-ade8-578753747cce: No such file or directory (2)
35183
+ [0908/204813.198538:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/31b76ba5-d8bd-4b46-a498-d75e8a71d59c.dmp: Resource temporarily unavailable (35)
35184
+ [0908/204813.200705:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/22b83a8b-418c-4ed6-ade8-578753747cce.dmp: Resource temporarily unavailable (35)
35185
+ [0908/204813.200727:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/dc5daaa4-1ac9-4fd4-bf7a-1095cd3344c5.dmp: Resource temporarily unavailable (35)
35186
+ [0908/204813.200740:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/67a0fcae-5738-4198-b5d2-a6f46590c467.dmp: Resource temporarily unavailable (35)
35187
+ [0908/204813.206052:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/12c9f263-bdc4-44a7-a98f-f8a08463005c.dmp: Resource temporarily unavailable (35)
35188
+ [0908/204813.198752:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/31b76ba5-d8bd-4b46-a498-d75e8a71d59c.dmp: Resource temporarily unavailable (35)
35189
+ [0908/204813.200854:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/22b83a8b-418c-4ed6-ade8-578753747cce.dmp: Resource temporarily unavailable (35)
35190
+ [0908/204813.201598:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/dc5daaa4-1ac9-4fd4-bf7a-1095cd3344c5.dmp: Resource temporarily unavailable (35)
35191
+ [0908/204813.201958:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/67a0fcae-5738-4198-b5d2-a6f46590c467.dmp: Resource temporarily unavailable (35)
35192
+ [0908/204813.214183:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/9789450a-f8ad-46a6-9ba7-fb3a73f9e1b0: No such file or directory (2)
35193
+ [0908/204813.223600:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/12c9f263-bdc4-44a7-a98f-f8a08463005c: No such file or directory (2)
35194
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35195
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35196
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35197
+ [0908/204813.487501:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35198
+ [0908/204813.496976:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35199
+ [0908/204813.503523:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35200
+ [0908/204813.511861:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35201
+ [0908/204813.526663:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35202
+ [0908/204813.526669:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35203
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
35204
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:14.322Z - Streaming message to client: progress update for topic graph-construction
35205
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:14.322Z - Time taken for 'start-plugin-worker:nx/core/project-json' 1447.8654169999063ms
35206
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:14.322Z - [Messenger] Received message, length: 153
35207
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:14.332Z - Streaming message to client: progress update for topic graph-construction
35208
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:14.332Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 1459.780834000092ms
35209
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:14.332Z - [Messenger] Received message, length: 101
35210
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
35211
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:14.344Z - Streaming message to client: progress update for topic graph-construction
35212
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:14.344Z - [Messenger] Received message, length: 47
35213
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:14.348Z - Streaming message to client: progress update for topic graph-construction
35214
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35215
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:14.348Z - [Messenger] Received message, length: 47
35216
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 11528, socket: /private/tmp/plugin83782-18-1428436.989291.sock)
35217
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:14.349Z - Time taken for 'build-project-configs' 1471.8151249999646ms
35218
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:14.349Z - Time taken for 'start-plugin-worker:nx/core/package-json' 1470.4070830000564ms
35219
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:14.349Z - Time taken for 'createNodes:merge' 0.09737499989569187ms
35220
+ [0908/204814.545457:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/22b83a8b-418c-4ed6-ade8-578753747cce.dmp: Resource temporarily unavailable (35)
35221
+ [0908/204814.546260:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/12c9f263-bdc4-44a7-a98f-f8a08463005c.dmp: Resource temporarily unavailable (35)
35222
+ [0908/204814.546516:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/9789450a-f8ad-46a6-9ba7-fb3a73f9e1b0.dmp: Resource temporarily unavailable (35)
35223
+ [0908/204814.546938:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/41f57b38-dd04-4fc3-b8a9-d68f17cc4ed1: No such file or directory (2)
35224
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35225
+ [0908/204814.622354:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35226
+ [0908/204814.622360:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35227
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
35228
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:15.632Z - Streaming message to client: progress update for topic graph-construction
35229
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:15.633Z - [Messenger] Received message, length: 47
35230
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:15.633Z - Error detected when creating a project graph: Failed to create project graph. See above for errors
35231
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:15.634Z - [REQUEST]: Responding to the client with an error. Error when preparing serialized project graph. Failed to process project graph.
35232
+ - Error: Plugin worker for "nx/core/project-json" exited with code 0 before the connection was established.
35233
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35234
+ at Object.onceWrapper (node:events:631:26)
35235
+ at ChildProcess.emit (node:events:509:28)
35236
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35237
+ Error: Plugin worker for "nx/core/project-json" exited with code 0 before the connection was established.
35238
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35239
+ at Object.onceWrapper (node:events:631:26)
35240
+ at ChildProcess.emit (node:events:509:28)
35241
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35242
+ - Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
35243
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35244
+ at Object.onceWrapper (node:events:631:26)
35245
+ at ChildProcess.emit (node:events:509:28)
35246
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35247
+ Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
35248
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35249
+ at Object.onceWrapper (node:events:631:26)
35250
+ at ChildProcess.emit (node:events:509:28)
35251
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35252
+ - Error: Plugin worker for "nx/core/package-json" exited with code 0 before the connection was established.
35253
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35254
+ at Object.onceWrapper (node:events:631:26)
35255
+ at ChildProcess.emit (node:events:509:28)
35256
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35257
+ Error: Plugin worker for "nx/core/package-json" exited with code 0 before the connection was established.
35258
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35259
+ at Object.onceWrapper (node:events:631:26)
35260
+ at ChildProcess.emit (node:events:509:28)
35261
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35262
+ The "nx/js/dependencies-and-lockfile" plugin threw an error while creating dependencies: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
35263
+ Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
35264
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35265
+ at Object.onceWrapper (node:events:631:26)
35266
+ at ChildProcess.emit (node:events:509:28)
35267
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35268
+ Caused by:
35269
+ Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
35270
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35271
+ at Object.onceWrapper (node:events:631:26)
35272
+ at ChildProcess.emit (node:events:509:28)
35273
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35274
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:15.634Z - Done responding to the client null
35275
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:15.634Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 2830. Response time: 1.
35276
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:15.635Z - Time taken for 'createDependencies' 1284.5370000000112ms
35277
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:15.634Z - [Messenger] Received message, length: 8878
35278
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:15.635Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 1284.359375ms
35279
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:15.635Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 1283.736583000049ms
35280
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:15.635Z - Time taken for 'createMetadata' 0.011375000001862645ms
35281
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:15.642Z - Closed a connection. Number of open connections: 0
35282
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.006Z - Established a connection. Number of open connections: 1
35283
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.007Z - Closed a connection. Number of open connections: 0
35284
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.007Z - Established a connection. Number of open connections: 1
35285
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.008Z - Closed a connection. Number of open connections: 0
35286
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.008Z - Established a connection. Number of open connections: 1
35287
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:38.008Z - [Messenger] Setting up socket listeners
35288
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:38.010Z - [Messenger] listen() complete
35289
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:38.021Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
35290
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:38.022Z - [Messenger] Message sent
35291
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.024Z - Received raw message of length 4046
35292
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.024Z - Received json message of type GET_NX_CONSOLE_STATUS
35293
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.025Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
35294
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.025Z - Responding to GET_NX_CONSOLE_STATUS message
35295
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.025Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
35296
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.025Z - Done responding to the client handleGetNxConsoleStatus
35297
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.025Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0.
35298
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:38.025Z - [Messenger] Received message, length: 22
35299
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:38.084Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
35300
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:38.084Z - [Messenger] Message sent
35301
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.084Z - Received raw message of length 32
35302
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.084Z - Received json message of type REQUEST_PROJECT_GRAPH
35303
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.085Z - [REQUEST]: Client Request for Project Graph Received
35304
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=64.960791ms
35305
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.152Z - No in-memory cached project graph found. Recomputing it...
35306
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.152Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35307
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.152Z - [REQUEST]:
35308
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.152Z - [REQUEST]:
35309
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.157Z - Streaming message to client: progress update for topic graph-construction
35310
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35311
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:38.157Z - [Messenger] Received message, length: 47
35312
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 12133, socket: /private/tmp/plugin83782-19-1452246.613458.sock)
35313
+ [plugin-client] restarting worker for "nx/core/package-json"
35314
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 12134, socket: /private/tmp/plugin83782-20-1452248.27975.sock)
35315
+ [plugin-client] restarting worker for "nx/core/project-json"
35316
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 12135, socket: /private/tmp/plugin83782-21-1452248.677583.sock)
35317
+ [0908/204838.750324:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/a37beded-04e3-4ba8-bc68-7c9c9b1a9b86.dmp: Resource temporarily unavailable (35)
35318
+ [0908/204838.750323:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/a37beded-04e3-4ba8-bc68-7c9c9b1a9b86.dmp: Resource temporarily unavailable (35)
35319
+ [0908/204838.750324:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/a37beded-04e3-4ba8-bc68-7c9c9b1a9b86.dmp: Resource temporarily unavailable (35)
35320
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35321
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35322
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35323
+ [0908/204838.959095:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35324
+ [0908/204838.960701:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35325
+ [0908/204838.960408:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35326
+ [0908/204838.970958:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35327
+ [0908/204838.973611:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35328
+ [0908/204838.987777:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35329
+ [0908/204839.546793:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/0b49f7d4-021f-4b18-a4eb-998fe1391a43: No such file or directory (2)
35330
+ [0908/204839.552375:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/d12a9f13-9bb1-4471-911f-6b90aac97acd: No such file or directory (2)
35331
+ [0908/204839.558993:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/b06cb930-06a9-4aa8-925a-5f2db7a9c5a5: No such file or directory (2)
35332
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:39.981Z - Streaming message to client: progress update for topic graph-construction
35333
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:39.982Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 1823.4929590001702ms
35334
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
35335
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:39.982Z - Streaming message to client: progress update for topic graph-construction
35336
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:39.982Z - Time taken for 'start-plugin-worker:nx/core/project-json' 1822.1959999999963ms
35337
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:39.982Z - [Messenger] Received message, length: 142
35338
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:39.983Z - [Messenger] Received message, length: 101
35339
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
35340
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:40.015Z - Streaming message to client: progress update for topic graph-construction
35341
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:40.015Z - [Messenger] Received message, length: 47
35342
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:40.020Z - Streaming message to client: progress update for topic graph-construction
35343
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35344
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:40.020Z - [Messenger] Received message, length: 47
35345
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 12200, socket: /private/tmp/plugin83782-22-1454108.968375.sock)
35346
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:40.020Z - Time taken for 'build-project-configs' 1858.1110000000335ms
35347
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:40.020Z - Time taken for 'start-plugin-worker:nx/core/package-json' 1855.8682920001447ms
35348
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:40.020Z - Time taken for 'createNodes:merge' 0.10162499989382923ms
35349
+ [0908/204840.289618:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/b06cb930-06a9-4aa8-925a-5f2db7a9c5a5.dmp: Resource temporarily unavailable (35)
35350
+ [0908/204840.290436:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/d12a9f13-9bb1-4471-911f-6b90aac97acd.dmp: Resource temporarily unavailable (35)
35351
+ [0908/204840.290485:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/0b49f7d4-021f-4b18-a4eb-998fe1391a43.dmp: Resource temporarily unavailable (35)
35352
+ [0908/204840.290803:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/b00f8ac5-0786-4695-bfe9-65b3421cc8dd: No such file or directory (2)
35353
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35354
+ [0908/204840.405109:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35355
+ [0908/204840.405675:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35356
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
35357
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:41.391Z - Streaming message to client: progress update for topic graph-construction
35358
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:41.392Z - [Messenger] Received message, length: 47
35359
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:41.393Z - Error detected when creating a project graph: Failed to create project graph. See above for errors
35360
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:41.396Z - [REQUEST]: Responding to the client with an error. Error when preparing serialized project graph. Failed to process project graph.
35361
+ - Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
35362
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35363
+ at Object.onceWrapper (node:events:631:26)
35364
+ at ChildProcess.emit (node:events:509:28)
35365
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35366
+ Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
35367
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35368
+ at Object.onceWrapper (node:events:631:26)
35369
+ at ChildProcess.emit (node:events:509:28)
35370
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35371
+ - Error: Plugin worker for "nx/core/project-json" exited with code 0 before the connection was established.
35372
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35373
+ at Object.onceWrapper (node:events:631:26)
35374
+ at ChildProcess.emit (node:events:509:28)
35375
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35376
+ Error: Plugin worker for "nx/core/project-json" exited with code 0 before the connection was established.
35377
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35378
+ at Object.onceWrapper (node:events:631:26)
35379
+ at ChildProcess.emit (node:events:509:28)
35380
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35381
+ - Error: Plugin worker for "nx/core/package-json" exited with code 0 before the connection was established.
35382
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35383
+ at Object.onceWrapper (node:events:631:26)
35384
+ at ChildProcess.emit (node:events:509:28)
35385
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35386
+ Error: Plugin worker for "nx/core/package-json" exited with code 0 before the connection was established.
35387
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35388
+ at Object.onceWrapper (node:events:631:26)
35389
+ at ChildProcess.emit (node:events:509:28)
35390
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35391
+ The "nx/js/dependencies-and-lockfile" plugin threw an error while creating dependencies: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
35392
+ Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
35393
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35394
+ at Object.onceWrapper (node:events:631:26)
35395
+ at ChildProcess.emit (node:events:509:28)
35396
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35397
+ Caused by:
35398
+ Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
35399
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35400
+ at Object.onceWrapper (node:events:631:26)
35401
+ at ChildProcess.emit (node:events:509:28)
35402
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35403
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:41.397Z - Time taken for 'createDependencies' 1372.813499999931ms
35404
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:41.397Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 1372.5640419998672ms
35405
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:41.397Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 1367.4648329999764ms
35406
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:41.397Z - Time taken for 'createMetadata' 0.014749999856576324ms
35407
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:41.397Z - Done responding to the client null
35408
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:41.397Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 3312. Response time: 1.
35409
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:41.397Z - [Messenger] Received message, length: 8878
35410
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:41.419Z - Closed a connection. Number of open connections: 0
35411
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:49:46.969Z - [Server] Daemon outdated: NX_VERSION_CHANGED
35412
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:49:46.970Z - [Server] Shutting down daemon (no restart)...
35413
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
35414
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:49:46.976Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
35415
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
35416
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:49:46.977Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (outputs)
35417
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:49:46.979Z - Server stopped because: "NX_VERSION_CHANGED"
35418
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:22.884Z - [Client] Starting new daemon server in background
35419
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:22.965Z - [Client] Waiting for server (max: 6000 attempts, 10ms interval)
35420
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
35421
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.408Z - [WATCHER]: Subscribed to changes within: /Applications/AngularJS/angular-web-sdk (native)
35422
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.412Z - New daemon starting from: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server/server.js
35423
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.413Z - New daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
35424
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.413Z - New daemon nxVersion: 23.1.1
35425
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.413Z - New daemon getInstalledNxVersion(): 23.1.1
35426
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.414Z - Time taken for 'workspace context init' 0.38345800000001873ms
35427
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.423Z - [Server] Starting outdated check interval (20ms)
35428
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.427Z - Started listening on: /private/tmp/4ba885648cc5af129288/d.sock
35429
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.436Z - [Client] Server available
35430
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.437Z - [Client] Daemon server started, pid=14541
35431
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.437Z - [Messenger] Setting up socket listeners
35432
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.437Z - [Messenger] listen() complete
35433
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
35434
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.440Z - [LATEST-NX]: Pulling latest Nx...
35435
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.442Z - [AI-AGENTS]: Starting agent configuration status computation
35436
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.463Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
35437
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.463Z - [Messenger] Message sent
35438
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 14551, socket: /private/tmp/plugin14541-0-467.690167.sock)
35439
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 14552, socket: /private/tmp/plugin14541-1-529.986833.sock)
35440
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 14553, socket: /private/tmp/plugin14541-2-532.186708.sock)
35441
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.510Z - Time taken for 'hash changed files from watcher' 0.01029199999999264ms
35442
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.510Z - Time taken for 'loadSpecifiedNxPlugins' 69.56929200000002ms
35443
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.512Z - Established a connection. Number of open connections: 1
35444
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.512Z - Established a connection. Number of open connections: 2
35445
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.514Z - Closed a connection. Number of open connections: 1
35446
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.514Z - Received raw message of length 4046
35447
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.514Z - Received json message of type REQUEST_PROJECT_GRAPH
35448
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.514Z - [REQUEST]: Client Request for Project Graph Received
35449
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=53.865791ms
35450
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.572Z - Reusing in-memory cached project graph because no files changed.
35451
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 14552) listening on /private/tmp/plugin14541-1-529.986833.sock
35452
+ Time taken for 'plugin worker 14552 code loading' 112.021667ms
35453
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 14552)
35454
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.693Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 186.69216700000004ms
35455
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 14552) connected
35456
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 14552) loaded successfully
35457
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.700Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 260.20637500000004ms
35458
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 14551) listening on /private/tmp/plugin14541-0-467.690167.sock
35459
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 14551)
35460
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.711Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 268.58979200000005ms
35461
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 14551) connected
35462
+ Time taken for 'plugin worker 14551 code loading' 140.840834ms
35463
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 14553) listening on /private/tmp/plugin14541-2-532.186708.sock
35464
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 14553)
35465
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.724Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 216.141792ms
35466
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 14551) loaded successfully
35467
+ Time taken for 'plugin worker 14553 code loading' 145.287084ms
35468
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.725Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 285.51129099999997ms
35469
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 14553) connected
35470
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 14553) loaded successfully
35471
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.728Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35472
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.728Z - [REQUEST]:
35473
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.728Z - [REQUEST]:
35474
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.731Z - Streaming message to client: progress update for topic graph-construction
35475
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.732Z - [Messenger] Received message, length: 47
35476
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.732Z - Time taken for 'loadDefaultNxPlugins' 287.802ms
35477
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.732Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 287.322875ms
35478
+ Time taken for 'nx/core/project-json:createNodes' 2.3284579999999835ms
35479
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
35480
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.736Z - Streaming message to client: progress update for topic graph-construction
35481
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.736Z - [Messenger] Received message, length: 153
35482
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 13.021416000000016ms
35483
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.751Z - Streaming message to client: progress update for topic graph-construction
35484
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
35485
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.751Z - [Messenger] Received message, length: 101
35486
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.752Z - Streaming message to client: progress update for topic graph-construction
35487
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.752Z - [Messenger] Received message, length: 47
35488
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.780Z - Streaming message to client: progress update for topic graph-construction
35489
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.780Z - [Messenger] Received message, length: 47
35490
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.781Z - Time taken for 'build-project-configs' 32.101125000000025ms
35491
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.781Z - Time taken for 'createNodes:merge' 11.104332999999997ms
35492
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.781Z - Time taken for 'native-file-deps' 0.00620800000001509ms
35493
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.781Z - Time taken for 'get-workspace-files' 1.5388329999999542ms
35494
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.781Z - Time taken for 'read cache' 1.352292000000034ms
35495
+ Time taken for 'build typescript dependencies' 0.08495800000000031ms
35496
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
35497
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.792Z - Streaming message to client: progress update for topic graph-construction
35498
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.793Z - [Messenger] Received message, length: 47
35499
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.801Z - [SYNC]: collect registered sync generators
35500
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
35501
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
35502
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - Responding to REQUEST_PROJECT_GRAPH message
35503
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - [REQUEST]: Responding to the client. project-graph
35504
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - Time taken for 'total for creating and serializing project graph' 303.58687499999996ms
35505
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - Time taken for 'total execution time for createProjectGraph()' 26.587750000000028ms
35506
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - Time taken for 'createDependencies' 17.69324999999992ms
35507
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 17.255499999999984ms
35508
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - Time taken for 'createMetadata' 0.014874999999960892ms
35509
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - Time taken for 'serialize graph' 2.2741250000000264ms
35510
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - Time taken for 'write cache' 15.875709000000029ms
35511
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.822Z - Done responding to the client project-graph
35512
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.823Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 304. Response time: 5.
35513
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.823Z - [Messenger] Received message, length: 895680
35514
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.829Z - [Messenger] Sending message type: PRE_TASKS_EXECUTION
35515
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.829Z - [Messenger] Message sent
35516
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.829Z - Received raw message of length 2165
35517
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.829Z - Received json message of type PRE_TASKS_EXECUTION
35518
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.830Z - Serializing response for PRE_TASKS_EXECUTION message in json mode
35519
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.830Z - Responding to PRE_TASKS_EXECUTION message
35520
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.830Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
35521
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.830Z - Done responding to the client handleRunPreTasksExecution
35522
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.830Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 1. Response time: 0.
35523
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.830Z - Time taken for 'preTasksExecution' 0.5402090000000044ms
35524
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.830Z - [Messenger] Received message, length: 2
35525
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.891Z - [Messenger] Sending message type: HASH_TASKS
35526
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.891Z - [Messenger] Message sent
35527
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.891Z - Received raw message of length 38635
35528
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.891Z - Received json message of type HASH_TASKS
35529
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=62.601958ms
35530
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.955Z - Reusing in-memory cached project graph because no files changed.
35531
+ DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 8.710417ms - processed 6 tasks (setup: 5.557208ms, parallel_planning: 3.142208ms, pool: 1544 unique instructions)
35532
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "8520130568453209191" (".gitignore") to hash
35533
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "2425668806101952406" ("nx.json") to hash
35534
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17385814077483807182"
35535
+ DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 13.066708ms - processed 6 plans (setup: 444.041µs, hashing: 12.620667ms, assembly: 7.095041ms)
35536
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.988Z - Serializing response for HASH_TASKS message in json mode
35537
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.989Z - Responding to HASH_TASKS message
35538
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.989Z - [REQUEST]: Responding to the client. handleHashTasks
35539
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.993Z - Done responding to the client handleHashTasks
35540
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.993Z - Handled json message HASH_TASKS. Handling time: 97. Response time: 5.
35541
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.993Z - [Messenger] Received message, length: 446763
35542
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.154Z - [Messenger] Sending message type: GET_ESTIMATED_TASK_TIMINGS
35543
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.154Z - [Messenger] Message sent
35544
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.154Z - Received raw message of length 510
35545
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.155Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS
35546
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.163Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode
35547
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.163Z - Responding to GET_ESTIMATED_TASK_TIMINGS message
35548
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.163Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
35549
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.163Z - Done responding to the client handleGetEstimatedTaskTimings
35550
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.163Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 8. Response time: 0.
35551
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.163Z - [Messenger] Received message, length: 286
35552
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.172Z - [Messenger] Sending message type: OUTPUTS_HASHES_MATCH_BATCH
35553
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.172Z - [Messenger] Message sent
35554
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.172Z - Received raw message of length 265
35555
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.172Z - Received json message of type OUTPUTS_HASHES_MATCH_BATCH
35556
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.172Z - Serializing response for OUTPUTS_HASHES_MATCH_BATCH message in json mode
35557
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.172Z - Responding to OUTPUTS_HASHES_MATCH_BATCH message
35558
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.172Z - [REQUEST]: Responding to the client. outputsHashesMatchBatch
35559
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.172Z - Done responding to the client outputsHashesMatchBatch
35560
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.172Z - Handled json message OUTPUTS_HASHES_MATCH_BATCH. Handling time: 0. Response time: 0.
35561
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.172Z - [Messenger] Received message, length: 19
35562
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.181Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
35563
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.181Z - [Messenger] Message sent
35564
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.181Z - Received raw message of length 264
35565
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.181Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
35566
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.185Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
35567
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.185Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
35568
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.185Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
35569
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.185Z - Done responding to the client recordOutputsHashBatch
35570
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.185Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 4. Response time: 0.
35571
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.186Z - [Messenger] Received message, length: 2
35572
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.193Z - [Messenger] Sending message type: OUTPUTS_HASHES_MATCH_BATCH
35573
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.193Z - [Messenger] Message sent
35574
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.193Z - Received raw message of length 118
35575
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.193Z - Received json message of type OUTPUTS_HASHES_MATCH_BATCH
35576
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.193Z - Serializing response for OUTPUTS_HASHES_MATCH_BATCH message in json mode
35577
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.193Z - Responding to OUTPUTS_HASHES_MATCH_BATCH message
35578
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.193Z - [REQUEST]: Responding to the client. outputsHashesMatchBatch
35579
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.193Z - Done responding to the client outputsHashesMatchBatch
35580
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.193Z - Handled json message OUTPUTS_HASHES_MATCH_BATCH. Handling time: 0. Response time: 0.
35581
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.193Z - [Messenger] Received message, length: 7
35582
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.196Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
35583
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.196Z - [Messenger] Message sent
35584
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.196Z - Received raw message of length 117
35585
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.196Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
35586
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.200Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
35587
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.200Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
35588
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.200Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
35589
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.200Z - Done responding to the client recordOutputsHashBatch
35590
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.200Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 4. Response time: 0.
35591
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.200Z - [Messenger] Received message, length: 2
35592
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=4
35593
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=21
35594
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
35595
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/package.json
35596
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/assets/icons.sprite.svg
35597
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
35598
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/package.json
35599
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/types/africanies-africanies-models.d.ts
35600
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map
35601
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
35602
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/types/africanies-africanies-core.d.ts
35603
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts
35604
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs.map
35605
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map
35606
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
35607
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs
35608
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
35609
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
35610
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
35611
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
35612
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs
35613
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/package.json
35614
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/package.json
35615
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/types/africanies-africanies-storage.d.ts
35616
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs
35617
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs
35618
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map
35619
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.298Z - [WATCHER]: 0 file(s) created or restored, 4 file(s) modified, 0 file(s) deleted
35620
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.299Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 4 events: update:dist/libs/africanies-models/README.md, update:dist/libs/africanies-core/README.md, update:dist/libs/africanies-icons/README.md, update:dist/libs/africanies-storage/README.md
35621
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.299Z - [WATCHER]: File changes detected:
35622
+ Created:
35623
+ (none)
35624
+ Updated:
35625
+ - dist/libs/africanies-models/README.md
35626
+ - dist/libs/africanies-core/README.md
35627
+ - dist/libs/africanies-icons/README.md
35628
+ - dist/libs/africanies-storage/README.md
35629
+ Deleted:
35630
+ (none)
35631
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.300Z - [SYNC]: clearing sync generators cache due to file changes
35632
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.300Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35633
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.300Z - [REQUEST]: dist/libs/africanies-icons/README.md,dist/libs/africanies-models/README.md,dist/libs/africanies-core/README.md,dist/libs/africanies-storage/README.md
35634
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.300Z - [REQUEST]:
35635
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35636
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 14556, socket: /private/tmp/plugin14541-3-1325.880458.sock)
35637
+ [plugin-client] restarting worker for "nx/core/package-json"
35638
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 14557, socket: /private/tmp/plugin14541-4-1348.44675.sock)
35639
+ [plugin-client] restarting worker for "nx/core/project-json"
35640
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 14558, socket: /private/tmp/plugin14541-5-1376.609.sock)
35641
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.419Z - Time taken for 'hash changed files from watcher' 0.9915829999999914ms
35642
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.422Z - [WATCHER]: Processing file changes in outputs
35643
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14556) listening on /private/tmp/plugin14541-3-1325.880458.sock
35644
+ Time taken for 'plugin worker 14556 code loading' 162.218709ms
35645
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 14556)
35646
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.583Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 279.64525000000003ms
35647
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14556) connected
35648
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14556) loaded successfully
35649
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 18.24600000000001ms
35650
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 14558)
35651
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 14557)
35652
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.673Z - Time taken for 'start-plugin-worker:nx/core/package-json' 349.3695ms
35653
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.673Z - Time taken for 'start-plugin-worker:nx/core/project-json' 322.287417ms
35654
+ [plugin-worker] "nx/core/project-json" (pid: 14558) listening on /private/tmp/plugin14541-5-1376.609.sock
35655
+ [plugin-worker] "nx/core/package-json" (pid: 14557) listening on /private/tmp/plugin14541-4-1348.44675.sock
35656
+ [plugin-worker] "nx/core/project-json" (pid: 14558) connected
35657
+ Time taken for 'plugin worker 14558 code loading' 167.151208ms
35658
+ [plugin-worker] "nx/core/package-json" (pid: 14557) connected
35659
+ Time taken for 'plugin worker 14557 code loading' 167.50170799999998ms
35660
+ [plugin-worker] "nx/core/project-json" (pid: 14558) loaded successfully
35661
+ [plugin-worker] "nx/core/package-json" (pid: 14557) loaded successfully
35662
+ Time taken for 'nx/core/project-json:createNodes' 1.684915999999987ms
35663
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
35664
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
35665
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.734Z - Time taken for 'build-project-configs' 426.30995800000005ms
35666
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.734Z - Time taken for 'createNodes:merge' 2.161875000000009ms
35667
+ Time taken for 'build typescript dependencies' 3.2456249999999613ms
35668
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
35669
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.758Z - [SYNC]: collect registered sync generators
35670
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.758Z - [SYNC]: project graph hash is the same, not collecting task sync generators
35671
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.758Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
35672
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.764Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
35673
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.764Z - Time taken for 'total execution time for createProjectGraph()' 27.501250000000027ms
35674
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.764Z - Time taken for 'createDependencies' 22.923125000000027ms
35675
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.764Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 22.822458000000097ms
35676
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.764Z - Time taken for 'createMetadata' 0.009332999999969616ms
35677
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.764Z - Time taken for 'serialize graph' 2.0542089999999007ms
35678
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.764Z - Time taken for 'write cache' 5.894084000000021ms
35679
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
35680
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-theme/build/tsconfig.generated.41d50651-2827-466a-bca8-0bb041321409.json
35681
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.144Z - [WATCHER]: Processing file changes in outputs
35682
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
35683
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/README.md
35684
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=6
35685
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/README.md
35686
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
35687
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
35688
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/package.json
35689
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
35690
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/tailwind-preset.cjs
35691
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.320Z - [WATCHER]: Processing file changes in outputs
35692
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.321Z - [WATCHER]: dist/libs/africanies-theme/README.md was deleted
35693
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.321Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-theme/README.md
35694
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.321Z - [WATCHER]: File changes detected:
35695
+ Created:
35696
+ (none)
35697
+ Updated:
35698
+ (none)
35699
+ Deleted:
35700
+ - dist/libs/africanies-theme/README.md
35701
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.322Z - [SYNC]: clearing sync generators cache due to file changes
35702
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.323Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35703
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.323Z - [REQUEST]:
35704
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.323Z - [REQUEST]: dist/libs/africanies-theme/README.md
35705
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35706
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 14623, socket: /private/tmp/plugin14541-6-3350.507708.sock)
35707
+ [plugin-client] restarting worker for "nx/core/package-json"
35708
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 14624, socket: /private/tmp/plugin14541-7-3352.1575.sock)
35709
+ [plugin-client] restarting worker for "nx/core/project-json"
35710
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 14625, socket: /private/tmp/plugin14541-8-3353.409875.sock)
35711
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.331Z - Time taken for 'hash changed files from watcher' 1.037583999999697ms
35712
+ [plugin-worker] "nx/core/project-json" (pid: 14625) listening on /private/tmp/plugin14541-8-3353.409875.sock
35713
+ Time taken for 'plugin worker 14625 code loading' 258.739292ms
35714
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 14625)
35715
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.686Z - Time taken for 'start-plugin-worker:nx/core/project-json' 357.692583ms
35716
+ [plugin-worker] "nx/core/project-json" (pid: 14625) connected
35717
+ [plugin-worker] "nx/core/project-json" (pid: 14625) loaded successfully
35718
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
35719
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14623) listening on /private/tmp/plugin14541-6-3350.507708.sock
35720
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 14623)
35721
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.708Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 382.51049999999987ms
35722
+ Time taken for 'plugin worker 14623 code loading' 274.60562500000003ms
35723
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14623) connected
35724
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14623) loaded successfully
35725
+ [plugin-worker] "nx/core/package-json" (pid: 14624) listening on /private/tmp/plugin14541-7-3352.1575.sock
35726
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 11.378332999999998ms
35727
+ Time taken for 'plugin worker 14624 code loading' 240.28366700000004ms
35728
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 14624)
35729
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.755Z - Time taken for 'start-plugin-worker:nx/core/package-json' 425.65262500000017ms
35730
+ [plugin-worker] "nx/core/package-json" (pid: 14624) connected
35731
+ [plugin-worker] "nx/core/package-json" (pid: 14624) loaded successfully
35732
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
35733
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.826Z - Time taken for 'build-project-configs' 470.8127080000004ms
35734
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.826Z - Time taken for 'createNodes:merge' 3.507708999999977ms
35735
+ Time taken for 'build typescript dependencies' 0.13450000000000273ms
35736
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
35737
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.858Z - [SYNC]: collect registered sync generators
35738
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.859Z - [SYNC]: project graph hash is the same, not collecting task sync generators
35739
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.859Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
35740
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.899Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
35741
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.899Z - Time taken for 'total execution time for createProjectGraph()' 48.12866699999995ms
35742
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.899Z - Time taken for 'createDependencies' 28.95695799999976ms
35743
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.899Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 28.78845799999999ms
35744
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.899Z - Time taken for 'createMetadata' 0.010707999999794993ms
35745
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.899Z - Time taken for 'serialize graph' 6.205417000000125ms
35746
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.899Z - Time taken for 'write cache' 39.89587500000016ms
35747
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:28.304Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
35748
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:28.305Z - [Messenger] Message sent
35749
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.305Z - Received raw message of length 117
35750
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.305Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
35751
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.310Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
35752
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.310Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
35753
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.311Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
35754
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.311Z - Done responding to the client recordOutputsHashBatch
35755
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.311Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 5. Response time: 1.
35756
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:28.311Z - [Messenger] Received message, length: 2
35757
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=7
35758
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
35759
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
35760
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
35761
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/package.json
35762
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-theme/build/tsconfig.generated.41d50651-2827-466a-bca8-0bb041321409.json
35763
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
35764
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/tailwind-preset.cjs
35765
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.418Z - [WATCHER]: Processing file changes in outputs
35766
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=2
35767
+ DEBUG nx::native::watch::watcher: [update] .nx/cache/1149535958171016935/dist/libs/africanies-theme/README.md
35768
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
35769
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.420Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted
35770
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.420Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: update:.nx/cache/1149535958171016935/dist/libs/africanies-theme/README.md, update:dist/libs/africanies-theme/README.md
35771
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.420Z - [WATCHER]: File changes detected:
35772
+ Created:
35773
+ (none)
35774
+ Updated:
35775
+ - .nx/cache/1149535958171016935/dist/libs/africanies-theme/README.md
35776
+ - dist/libs/africanies-theme/README.md
35777
+ Deleted:
35778
+ (none)
35779
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.421Z - [SYNC]: clearing sync generators cache due to file changes
35780
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.422Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35781
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.422Z - [REQUEST]: dist/libs/africanies-theme/README.md,.nx/cache/1149535958171016935/dist/libs/africanies-theme/README.md
35782
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.422Z - [REQUEST]:
35783
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35784
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 14718, socket: /private/tmp/plugin14541-9-5447.922208.sock)
35785
+ [plugin-client] restarting worker for "nx/core/package-json"
35786
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 14719, socket: /private/tmp/plugin14541-10-5448.568042.sock)
35787
+ [plugin-client] restarting worker for "nx/core/project-json"
35788
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 14720, socket: /private/tmp/plugin14541-11-5448.937.sock)
35789
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.424Z - Time taken for 'hash changed files from watcher' 1.3595420000001468ms
35790
+ Fetching nx...
35791
+ [plugin-worker] "nx/core/package-json" (pid: 14719) listening on /private/tmp/plugin14541-10-5448.568042.sock
35792
+ Time taken for 'plugin worker 14719 code loading' 214.533125ms
35793
+ [plugin-worker] "nx/core/project-json" (pid: 14720) listening on /private/tmp/plugin14541-11-5448.937.sock
35794
+ Time taken for 'plugin worker 14720 code loading' 217.16591700000004ms
35795
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 14719)
35796
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 14720)
35797
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.727Z - Time taken for 'start-plugin-worker:nx/core/package-json' 301.3177909999995ms
35798
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.727Z - Time taken for 'start-plugin-worker:nx/core/project-json' 303.56895799999984ms
35799
+ [plugin-worker] "nx/core/project-json" (pid: 14720) connected
35800
+ [plugin-worker] "nx/core/package-json" (pid: 14719) connected
35801
+ [plugin-worker] "nx/core/project-json" (pid: 14720) loaded successfully
35802
+ [plugin-worker] "nx/core/package-json" (pid: 14719) loaded successfully
35803
+ Time taken for 'nx/core/project-json:createNodes' 5.609499999999969ms
35804
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
35805
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14718) listening on /private/tmp/plugin14541-9-5447.922208.sock
35806
+ Time taken for 'plugin worker 14718 code loading' 273.0165ms
35807
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 14718)
35808
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.785Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 360.4434169999995ms
35809
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14718) connected
35810
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
35811
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14718) loaded successfully
35812
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 12.319917000000032ms
35813
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.928Z - Time taken for 'build-project-configs' 495.19883299999947ms
35814
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.928Z - Time taken for 'createNodes:merge' 4.008042000000387ms
35815
+ Time taken for 'build typescript dependencies' 7.0987499999999955ms
35816
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
35817
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.010Z - [SYNC]: collect registered sync generators
35818
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.010Z - [SYNC]: project graph hash is the same, not collecting task sync generators
35819
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.010Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
35820
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.019Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
35821
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.019Z - Time taken for 'total execution time for createProjectGraph()' 85.29570800000056ms
35822
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.019Z - Time taken for 'createDependencies' 78.36512499999935ms
35823
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.019Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 78.15916600000037ms
35824
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.019Z - Time taken for 'createMetadata' 0.3311249999997017ms
35825
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.019Z - Time taken for 'serialize graph' 3.3857499999994616ms
35826
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.019Z - Time taken for 'write cache' 8.638500000000022ms
35827
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
35828
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-ui/build/tsconfig.generated.f7296daf-0b8c-4a38-8501-02729c425749.json
35829
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.832Z - [WATCHER]: Processing file changes in outputs
35830
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
35831
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/README.md
35832
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=9
35833
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
35834
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo.png
35835
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
35836
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/carriers/dhl.svg
35837
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
35838
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/package.json
35839
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/README.md
35840
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
35841
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
35842
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.342Z - [WATCHER]: dist/libs/africanies-ui/README.md was deleted
35843
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.347Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-ui/README.md
35844
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.347Z - [WATCHER]: File changes detected:
35845
+ Created:
35846
+ (none)
35847
+ Updated:
35848
+ (none)
35849
+ Deleted:
35850
+ - dist/libs/africanies-ui/README.md
35851
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.365Z - [SYNC]: clearing sync generators cache due to file changes
35852
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.366Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35853
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.367Z - [REQUEST]:
35854
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.367Z - [REQUEST]: dist/libs/africanies-ui/README.md
35855
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35856
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 14750, socket: /private/tmp/plugin14541-12-7398.96025.sock)
35857
+ [plugin-client] restarting worker for "nx/core/package-json"
35858
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 14751, socket: /private/tmp/plugin14541-13-7400.12025.sock)
35859
+ [plugin-client] restarting worker for "nx/core/project-json"
35860
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 14752, socket: /private/tmp/plugin14541-14-7400.833792.sock)
35861
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.380Z - Time taken for 'hash changed files from watcher' 9.891749999999774ms
35862
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.382Z - [WATCHER]: Processing file changes in outputs
35863
+ [plugin-worker] "nx/core/project-json" (pid: 14752) listening on /private/tmp/plugin14541-14-7400.833792.sock
35864
+ Time taken for 'plugin worker 14752 code loading' 212.25799999999998ms
35865
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 14752)
35866
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.702Z - Time taken for 'start-plugin-worker:nx/core/project-json' 325.91350000000057ms
35867
+ [plugin-worker] "nx/core/project-json" (pid: 14752) connected
35868
+ [plugin-worker] "nx/core/project-json" (pid: 14752) loaded successfully
35869
+ Time taken for 'nx/core/project-json:createNodes' 5.679832999999974ms
35870
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
35871
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14750) listening on /private/tmp/plugin14541-12-7398.96025.sock
35872
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 14750)
35873
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.721Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 347.47112500000003ms
35874
+ Time taken for 'plugin worker 14750 code loading' 256.077292ms
35875
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14750) connected
35876
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14750) loaded successfully
35877
+ [plugin-worker] "nx/core/package-json" (pid: 14751) listening on /private/tmp/plugin14541-13-7400.12025.sock
35878
+ Time taken for 'plugin worker 14751 code loading' 281.93070800000004ms
35879
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 14751)
35880
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.753Z - Time taken for 'start-plugin-worker:nx/core/package-json' 378.4823749999996ms
35881
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 10.276415999999983ms
35882
+ [plugin-worker] "nx/core/package-json" (pid: 14751) connected
35883
+ [plugin-worker] "nx/core/package-json" (pid: 14751) loaded successfully
35884
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
35885
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.830Z - Time taken for 'build-project-configs' 439.4712500000005ms
35886
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.830Z - Time taken for 'createNodes:merge' 3.567207999999482ms
35887
+ Time taken for 'build typescript dependencies' 0.12291700000002947ms
35888
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
35889
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.854Z - [SYNC]: collect registered sync generators
35890
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.854Z - [SYNC]: project graph hash is the same, not collecting task sync generators
35891
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.854Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
35892
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.859Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
35893
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.860Z - Time taken for 'total execution time for createProjectGraph()' 37.27220800000032ms
35894
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.860Z - Time taken for 'createDependencies' 32.10137500000019ms
35895
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.860Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 31.98908300000039ms
35896
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.860Z - Time taken for 'createMetadata' 0.010166999999455584ms
35897
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.860Z - Time taken for 'serialize graph' 2.1082909999995536ms
35898
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.860Z - Time taken for 'write cache' 5.647874999999658ms
35899
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:36.475Z - [LATEST-NX]: Successfully pulled latest Nx to /private/tmp/tmp-14541-nYqAMf7NfE85
35900
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:36.481Z - [NX-CONSOLE]: Using local implementation (NX_USE_LOCAL=true or inner call)
35901
+ DEBUG nx::native::ide::preferences: Loaded console preferences: NxConsolePreferences { auto_install_console: Some(true), path: "/Users/ikechukwukalu/.config/nx/ide.json" }
35902
+ DEBUG nx::native::ide::install: Detected editor: VSCode
35903
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
35904
+ DEBUG nx::native::ide::install: Editor command 'code' is installed
35905
+ DEBUG nx::native::ide::install: Editor command 'code-insiders' not found
35906
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
35907
+ DEBUG nx::native::ide::install: Nx Console extension is installed
35908
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:37.437Z - [NX-CONSOLE]: Console status check completed, shouldPrompt: false
35909
+ DEBUG nx::native::ide::install: Nx Console extension is installed
35910
+ DEBUG nx::native::ide::install: Editor command 'cursor' not found
35911
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: cursor --list-extensions
35912
+ DEBUG nx::native::ide::install: Command 'cursor' not found, cannot check extension status
35913
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:37.589Z - [AI-AGENTS]: Agent configuration status computation completed: 0 fully configured, 0 outdated, 1 partially configured, 4 non-configured
35914
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
35915
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
35916
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:38.643Z - [WATCHER]: Processing file changes in outputs
35917
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=2
35918
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
35919
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
35920
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.354Z - [WATCHER]: Processing file changes in outputs
35921
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:39.527Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
35922
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:39.527Z - [Messenger] Message sent
35923
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.528Z - Received raw message of length 114
35924
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.528Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
35925
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.535Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
35926
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.535Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
35927
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.535Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
35928
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.535Z - Done responding to the client recordOutputsHashBatch
35929
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.535Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 7. Response time: 0.
35930
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:39.535Z - [Messenger] Received message, length: 2
35931
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:39.554Z - [Messenger] Sending message type: RECORD_TASK_RUNS
35932
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:39.554Z - [Messenger] Message sent
35933
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.554Z - Received raw message of length 1280
35934
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.555Z - Received json message of type RECORD_TASK_RUNS
35935
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.560Z - Serializing response for RECORD_TASK_RUNS message in json mode
35936
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.560Z - Responding to RECORD_TASK_RUNS message
35937
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.560Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
35938
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.560Z - Done responding to the client handleRecordTaskRuns
35939
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.560Z - Handled json message RECORD_TASK_RUNS. Handling time: 5. Response time: 0.
35940
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:39.560Z - [Messenger] Received message, length: 4
35941
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:39.560Z - [Messenger] Sending message type: GET_FLAKY_TASKS
35942
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:39.560Z - [Messenger] Message sent
35943
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.560Z - Received raw message of length 170
35944
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.560Z - Received json message of type GET_FLAKY_TASKS
35945
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.562Z - Serializing response for GET_FLAKY_TASKS message in json mode
35946
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.562Z - Responding to GET_FLAKY_TASKS message
35947
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.562Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
35948
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.562Z - Done responding to the client handleGetFlakyTasks
35949
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.562Z - Handled json message GET_FLAKY_TASKS. Handling time: 2. Response time: 0.
35950
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:39.562Z - [Messenger] Received message, length: 2
35951
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=2
35952
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
35953
+ DEBUG nx::native::watch::watcher: [update] .nx/cache/3735952477975556635/dist/libs/africanies-ui/README.md
35954
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.644Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted
35955
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.644Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: update:dist/libs/africanies-ui/README.md, update:.nx/cache/3735952477975556635/dist/libs/africanies-ui/README.md
35956
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.645Z - [WATCHER]: File changes detected:
35957
+ Created:
35958
+ (none)
35959
+ Updated:
35960
+ - dist/libs/africanies-ui/README.md
35961
+ - .nx/cache/3735952477975556635/dist/libs/africanies-ui/README.md
35962
+ Deleted:
35963
+ (none)
35964
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.648Z - [SYNC]: clearing sync generators cache due to file changes
35965
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.648Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35966
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.648Z - [REQUEST]: .nx/cache/3735952477975556635/dist/libs/africanies-ui/README.md,dist/libs/africanies-ui/README.md
35967
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.648Z - [REQUEST]:
35968
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35969
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 15073, socket: /private/tmp/plugin14541-15-16675.800875.sock)
35970
+ [plugin-client] restarting worker for "nx/core/package-json"
35971
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 15074, socket: /private/tmp/plugin14541-16-16676.926167.sock)
35972
+ [plugin-client] restarting worker for "nx/core/project-json"
35973
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=10
35974
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 15075, socket: /private/tmp/plugin14541-17-16677.2845.sock)
35975
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
35976
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.png
35977
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/carriers/dhl.svg
35978
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
35979
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
35980
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-ui/build/tsconfig.generated.f7296daf-0b8c-4a38-8501-02729c425749.json
35981
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/package.json
35982
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
35983
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
35984
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
35985
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.652Z - Time taken for 'hash changed files from watcher' 2.7854170000027807ms
35986
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.653Z - [WATCHER]: Processing file changes in outputs
35987
+ [plugin-worker] "nx/core/package-json" (pid: 15074) listening on /private/tmp/plugin14541-16-16676.926167.sock
35988
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 15073) listening on /private/tmp/plugin14541-15-16675.800875.sock
35989
+ [plugin-worker] "nx/core/project-json" (pid: 15075) listening on /private/tmp/plugin14541-17-16677.2845.sock
35990
+ Time taken for 'plugin worker 15074 code loading' 335.944625ms
35991
+ Time taken for 'plugin worker 15075 code loading' 335.81245800000005ms
35992
+ Time taken for 'plugin worker 15073 code loading' 335.762292ms
35993
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 15073)
35994
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 15074)
35995
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 15075)
35996
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.052Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 400.69016700000066ms
35997
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.052Z - Time taken for 'start-plugin-worker:nx/core/package-json' 400.0443749999977ms
35998
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.052Z - Time taken for 'start-plugin-worker:nx/core/project-json' 399.76550000000134ms
35999
+ [plugin-worker] "nx/core/package-json" (pid: 15074) connected
36000
+ [plugin-worker] "nx/core/project-json" (pid: 15075) connected
36001
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 15073) connected
36002
+ [plugin-worker] "nx/core/project-json" (pid: 15075) loaded successfully
36003
+ [plugin-worker] "nx/core/package-json" (pid: 15074) loaded successfully
36004
+ Time taken for 'nx/core/project-json:createNodes' 2.446125000000052ms
36005
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
36006
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 15073) loaded successfully
36007
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
36008
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 12.458624999999984ms
36009
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.114Z - Time taken for 'build-project-configs' 453.36995899999965ms
36010
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.114Z - Time taken for 'createNodes:merge' 3.663875000002008ms
36011
+ Time taken for 'build typescript dependencies' 4.1097500000000196ms
36012
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
36013
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.140Z - [SYNC]: collect registered sync generators
36014
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.140Z - [SYNC]: project graph hash is the same, not collecting task sync generators
36015
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.140Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
36016
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.148Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
36017
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.149Z - Time taken for 'total execution time for createProjectGraph()' 30.28337499999907ms
36018
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.149Z - Time taken for 'createDependencies' 25.06633299999885ms
36019
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.149Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 24.956458000000566ms
36020
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.150Z - Time taken for 'createMetadata' 0.010708999998314539ms
36021
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.150Z - Time taken for 'serialize graph' 2.6749999999992724ms
36022
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.150Z - Time taken for 'write cache' 8.823625000000902ms
36023
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.595Z - Established a connection. Number of open connections: 2
36024
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:42.595Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
36025
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:42.595Z - [Messenger] Message sent
36026
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.595Z - Received raw message of length 41
36027
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.595Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
36028
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.596Z - [AI-AGENTS]: Returning cached agent configuration status
36029
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.596Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
36030
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.596Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
36031
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.596Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
36032
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.596Z - Done responding to the client handleGetConfigureAiAgentsStatus
36033
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.596Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 1. Response time: 0.
36034
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.596Z - Closed a connection. Number of open connections: 1
36035
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:42.596Z - [Messenger] Received message, length: 341
36036
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:42.597Z - [Messenger] Sending message type: POST_TASKS_EXECUTION
36037
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:42.603Z - [Messenger] Message sent
36038
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.605Z - Received raw message of length 465529
36039
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.608Z - Received json message of type POST_TASKS_EXECUTION
36040
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.609Z - Serializing response for POST_TASKS_EXECUTION message in json mode
36041
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.609Z - Responding to POST_TASKS_EXECUTION message
36042
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.609Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
36043
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.609Z - Done responding to the client handleRunPostTasksExecution
36044
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.609Z - Handled json message POST_TASKS_EXECUTION. Handling time: 0. Response time: 0.
36045
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:42.609Z - [Messenger] Received message, length: 4
36046
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.609Z - Time taken for 'postTasksExecution' 0.2506249999969441ms
36047
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.633Z - Closed a connection. Number of open connections: 0
36048
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=17
36049
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
36050
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-checkout
36051
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-auto-gc
36052
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-commit
36053
+ DEBUG nx::native::watch::watcher: [update] .husky/_/commit-msg
36054
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
36055
+ DEBUG nx::native::watch::watcher: [create] .husky/_/husky.sh
36056
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-merge
36057
+ DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
36058
+ DEBUG nx::native::watch::watcher: [update] .husky/_/h
36059
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
36060
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-commit
36061
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-applypatch
36062
+ DEBUG nx::native::watch::watcher: [update] .husky/_/prepare-commit-msg
36063
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-rebase
36064
+ DEBUG nx::native::watch::watcher: [update] .husky/_/applypatch-msg
36065
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-push
36066
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:52:02.300Z - [WATCHER]: Processing file changes in outputs