Open
Description
Version
20.15.1
Platform
Microsoft Windows NT 10.0.22631.0 x64
Subsystem
No response
What steps will reproduce the bug?
No response
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior? Why is that the expected behavior?
No response
What do you see instead?
node:internal/event_target:1094
process.nextTick(() => { throw err; });
^
Error: Unknown worker message type message
This is caused by either a bug in Node.js or incorrect usage of Node.js internals.
Please open an issue with this stack trace at https://github.com/nodejs/node/issues
at Function.fail (node:internal/assert:20:9)
at Worker.[kOnMessage] (node:internal/worker:354:12)
at MessagePort.<anonymous> (node:internal/worker:232:57)
at _ZoneDelegate.invokeTask (C:\Users\willi\Desktop\Proyectos\github\Angular\angular_clean_architecture\node_modules\zone.js\bundles\zone.umd.js:449:37)
at ZoneImpl.runTask (C:\Users\willi\Desktop\Proyectos\github\Angular\angular_clean_architecture\node_modules\zone.js\bundles\zone.umd.js:196:51)
at ZoneTask.invokeTask [as invoke] (C:\Users\willi\Desktop\Proyectos\github\Angular\angular_clean_architecture\node_modules\zone.js\bundles\zone.umd.js:531:38)
at invokeTask (C:\Users\willi\Desktop\Proyectos\github\Angular\angular_clean_architecture\node_modules\zone.js\bundles\zone.umd.js:1196:22)
at globalCallback (C:\Users\willi\Desktop\Proyectos\github\Angular\angular_clean_architecture\node_modules\zone.js\bundles\zone.umd.js:1227:31)
at MessagePort.globalZoneAwareCallback (C:\Users\willi\Desktop\Proyectos\github\Angular\angular_clean_architecture\node_modules\zone.js\bundles\zone.umd.js:1263:20)
at MessagePort.[nodejs.internal.kHybridDispatch] (node:internal/event_target:820:20)
at MessagePort.<anonymous> (node:internal/per_context/messageport:23:28) {
code: 'ERR_INTERNAL_ASSERTION'
}
Additional information
No response