Momo Kornher

Results 261 comments of Momo Kornher

I can confirm this works now: ```console npx [email protected] new --from aws-prototyping-sdk nx-monorepo --package-manager=pnpm ``` --- Edit: Well it works, but prints this error: ```console ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies ....

Issue cleanup. I see this as a third-party component.

Note that any non-zero exit codes are failures, so we shouldn't do this. But I guess we could support a machine readable return format or adjust `projen watch` accordingly

Issue clean up. From what I can tell this works as expected.

Issue clean up. From what I can tell this works as expected.

We should totally do this.

I've been playing around with a yarn monorepo recently and it's working quite well. I've found a few bits that don't work quite well yet with subprojects in general, but...

This is a documentation issue. All non TS source files should go into a separate directory at the top-level, like this: ``` . ├── lib # included, contains the compiled...

Docs are updated and the field is clearly typed as a string. Closing.

The best way is to remove the need for anything like that. You should setup integration tests instead. If you have to use the construct package locally, `projen package` and...