David Nunez
David Nunez
I was tinkering around a bit this morning and discovered something that might help pin down the issue. Basically it seems that `nx` isn't looking at a `packages/` folder the...
Follow-up to the follow-up :smile: Looking through the source code the `devkit` package seems the schema for the `nx.json` file defines this: ```typescript /** * Where new apps/libs should be...
I'm running into this exact same issue. Same basic setup and same error. If the demo is modified such that one of the methods is no longer `const` (requiring the...
Looks like there is an answer to this particular challenge (useful especially when you don't control the upstream C++ code) suggested [here](https://github.com/dtolnay/cxx/issues/1083#issuecomment-2179685448) I suppose in your case it would mean...