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
Because hook.mjs and hook-sync.mjs are ESM, this library only supports registerHooks via CJS in Node v20.19.0 or newer because require(esm) is required.
Because
hook.mjsandhook-sync.mjsare ESM, this library only supportsregisterHooksvia CJS in Node v20.19.0 or newer becauserequire(esm)is required.