temporalio / samples-typescript

Other
303 stars 121 forks source link

[Bug] Cannot find module 'ts-node/register/transpile-only' #355

Open burakakca opened 6 months ago

burakakca commented 6 months ago

What are you really trying to do?

I'm trying to run debugger plugin.

Describe the bug

Process exited with code 1
Uncaught Error Error: Cannot find module 'ts-node/register/transpile-only'
Require stack:
- internal/preload
    at Module._resolveFilename (internal/modules/cjs/loader:1144:15)
    at Module._load (internal/modules/cjs/loader:985:27)
    at internalRequire (internal/modules/cjs/loader:175:19)
    at Module._preloadModules (internal/modules/cjs/loader:1582:5)
    at loadPreloadModules (internal/process/pre_execution:731:5)
    at setupUserModules (internal/process/pre_execution:172:3)
    at prepareExecution (internal/process/pre_execution:132:5)
    at prepareMainThreadExecution (internal/process/pre_execution:55:10)
    at <anonymous> (internal/main/run_main_module:11:19)

Environment/Versions