Momo Kornher

Results 261 comments of Momo Kornher

For anyone coming here: - `--from ` is used to create new projects from external packages - The user accidentally passed the project type to `--from`, so projen attempt to...

`503 Service Temporarily Unavailable`

> Trigger Path Configuration This seems like a good additional thing we should do! In more traditional monorepo setup, I tend to not use this because I find that only...

> ### Install Directory Issues These are great findings, thank you! > #3208 forced the `Install dependencies` step to be executed in the parent project directory and didn't provide a...

> In the meantime, thoughts on making the `determineInstallWorkingDirectory` `protected` instead of `private` so its logic can be overridden? This is not a temporary compromise. If it can be overriden...

Maybe installing at the root was conceptually the wrong approach. We have two problems to solve here: - Bootstrapping so projen can run - Install everything that is needed to...

> > However for the latter, the responsibility probably should be with the subproject, which totally can decide to just delegate the installation to the root project. > > For...

> This was my thought process, that near everyone would be using monorepos or workspaces (yarn, npm, pnpm all work this way), so it made sense to be opinionated. And...