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
The timers/promises module has circular dependency.
The following warning is output when building with rollup.
(!) Circular dependency
node_modules/unenv/runtime/node/timers/promises/index.mjs -> node_modules/unenv/runtime/node/timers/internal/scheduler.mjs -> node_modules/unenv/runtime/node/timers/promises/index.mjs
Describe the feature
The timers/promises module has circular dependency.
The following warning is output when building with rollup.
(!) Circular dependency
node_modules/unenv/runtime/node/timers/promises/index.mjs -> node_modules/unenv/runtime/node/timers/internal/scheduler.mjs -> node_modules/unenv/runtime/node/timers/promises/index.mjs
unenv/src/runtime/node/timers/internal/scheduler.ts
Line 2 in ada7c40
I think this problem can be solved by modifying the above as follows.
Additional information
The text was updated successfully, but these errors were encountered: