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
About unexpected behaviors from the code, not your problem.
from the code
If you're not sure, select the Help, I'm stuck! template instead.
Describe the bug
Error: tsx must be loaded with --import instead of --loader
The --loader flag was deprecated in Node v20.6.0 and v18.19.0
at z (file:///home/runner/aterbot/node_modules/.pnpm/[email protected]/node_modules/tsx/dist/esm/index.mjs:1:1773)
at Hooks.addCustomLoader (node:internal/modules/esm/hooks:204:24)
at Hooks.register (node:internal/modules/esm/hooks:170:16)
at async initializeHooks (node:internal/modules/esm/utils:283:5)
at async customizedModuleWorker (node:internal/modules/esm/worker:104:24
To Reproduce
Expected behavior
I expected to get webview to go to uptimerobot and create a monitor
Screenshots
Additional context
The text was updated successfully, but these errors were encountered:
I'm sure this report is...
from the code
If you're not sure, select the
Help, I'm stuck!
template instead.Describe the bug
Error: tsx must be loaded with --import instead of --loader
The --loader flag was deprecated in Node v20.6.0 and v18.19.0
at z (file:///home/runner/aterbot/node_modules/.pnpm/[email protected]/node_modules/tsx/dist/esm/index.mjs:1:1773)
at Hooks.addCustomLoader (node:internal/modules/esm/hooks:204:24)
at Hooks.register (node:internal/modules/esm/hooks:170:16)
at async initializeHooks (node:internal/modules/esm/utils:283:5)
at async customizedModuleWorker (node:internal/modules/esm/worker:104:24
To Reproduce
Expected behavior
I expected to get webview to go to uptimerobot and create a monitor
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: