We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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' ] }
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
@webpro/nx-tsc v0.0.2
The text was updated successfully, but these errors were encountered: