estrella icon indicating copy to clipboard operation
estrella copied to clipboard

Doesn't find TSC in pnpm monorepo

Open StarpTech opened this issue 3 years ago • 0 comments

Unhandled exception: Error: spawn /home/starptech/repositories/foo/node_modules/.bin/tsc ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
    at onErrorNT (node:internal/child_process:478:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)

.
└── foo/
    ├── node_modules
    ├── packages/
    │   └── foo/
    │       ├── node_modules/
    │       │   └── .bin/
    │       │       └── tsc
    │       └── index.js
    └── pnpm-workspace.yaml

StarpTech avatar May 18 '22 21:05 StarpTech