samples-typescript icon indicating copy to clipboard operation
samples-typescript copied to clipboard

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

Open burakakca opened this issue 1 year ago • 0 comments

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

  • OS and processor: [Linux Mint 20.2]
  • Temporal Version: [1.23.0] and/or SDK version Typescript SDK: 1.9.3
  • Docker

burakakca avatar Mar 29 '24 08:03 burakakca