Replies: 1 comment
-
I am facing a similar problem. We use a lib called 'throng' and it uses node cluster. I hope they add this compatibility. Or a workaround. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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