You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I'm using typescript it's using .js as imports, so the workaround for now is using: --unstable-sloppy-imports
Most importantly now: there is no cluster support!? While you are promoting yourself as Node.js compatible with Deno v2.
And I got:
Master 73828 is running
error: Uncaught (in promise) Error: Not implemented: cluster.fork
at notImplemented (ext:deno_node/_utils.ts:9:9)
at EventEmitter.fork (node:cluster:18:3)
What a shame. 😢 Is Deno not supporting Node.js cluster??
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Deno v2 promised backwards compatibility with Node.js.. So I tried Deno v2 again after 3 years...
node:
prefix.js
as imports, so the workaround for now is using:--unstable-sloppy-imports
And I got:
What a shame. 😢 Is Deno not supporting Node.js cluster??
Regards,
Melroy
Beta Was this translation helpful? Give feedback.
All reactions