Katerina Skroumpelou

Results 130 comments of Katerina Skroumpelou

@ajwootto thanks for filing an issue! :) I cloned your repo, `yarn` installed the dependencies, then ran `nx build nodejs` and got this error: https://app.warp.dev/block/12n8kdP3UvipA1TTQW6kAY Then I installed `protoc` and...

Oooook ! I see the issue now! :) Thanks for the repro

@ajwootto temp workaround until I fix this: if you name the build target of the imported lib the same as the build target of the parent lib, then it works....

So, the issue is: For `@nx/js:tsc` executor and for `@nx/js:swc` executor, if one project imports another project, both projects' build targets need to have the same name.

We are not going to be fixing this right now, will get to it soon, however, possibly within the next month. We want to follow a different approach @ajwootto ....

Yeah, the reason I closed it is because the issue is not exactly what is described, but I guess we can keep it open, sure!

Oh no it will not get lost, it's already added in our "to-do" list haha! I wouldn't close it like that, under the carpet :P

@qortex thank you so much for your contribution! Will you have time to address the suggested changes, or should I go ahead and fix these, instead?

There's already [a PR](https://github.com/nrwl/nx/pull/17844) in process, and it will be merged soon.