Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work on NX Monorepo using Yarn PnP #4

Open
rexizam opened this issue Nov 22, 2024 · 0 comments
Open

Does not work on NX Monorepo using Yarn PnP #4

rexizam opened this issue Nov 22, 2024 · 0 comments

Comments

@rexizam
Copy link

rexizam commented Nov 22, 2024

I get the following error when running type-check target in my monorepo using nx v19.6.1 and yarn v4.5.2 with pnp node linker:

nx run instrument-ui:type-check

Error: spawn /home/toch/WebstormProjects/instrument/node_modules/.bin/tsc ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:286:19)
at onErrorNT (node:internal/child_process:484:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -2,
code: 'ENOENT',
syscall: 'spawn /home/toch/WebstormProjects/instrument/node_modules/.bin/tsc',
path: '/home/toch/WebstormProjects/instrument/node_modules/.bin/tsc',
spawnargs: [ '--noEmit', '-p', 'apps/instrument-ui/tsconfig.app.json' ]
}

@webpro/nx-tsc v0.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant