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
[WARNING] The package "node:events" wasn't found on the file system but is built into node
Your Worker may throw errors at runtime unless you enable the "nodejs_compat" compatibility flag.
Refer to https://developers.cloudflare.com/workers/runtime-apis/nodejs/ for more details.
I can see that the warning comes from here where node:events is imported.
I can see that the warning comes from here where
node:events
is imported.actor-core/packages/actor-core/src/topologies/coordinate/topology.ts
Line 6 in a9a5cfa
I haven't actually deployed my
actor-core
worker to Cloudflare yet but it's complaining locally when I runnpm run dev
https://github.com/connorads/actor-core-counter
Haven't really looked into but I'm assuming:
actor-core
package to avoid this warning for Cloudflare workersnodejs_compat
node:events
thing is fine, wrangler needs updating or some other exception can be made somehowMight be able to update this issue if/when I deploy something.
The text was updated successfully, but these errors were encountered: