Brandon Cheng
Brandon Cheng
No worries! I've made similar mistakes before. 🙂
Hi @troch — As frustrating as it is, it is intended by pnpm's design for there to be two copies of `@nestjs/common` in the example mentioned. To maintain dependency strictness,...
@troch The `resolve-peers-from-workspace-root` workaround was what I'm using too. @zkochan just put up an awesome new feature as well. https://github.com/pnpm/pnpm/pull/6153 When the new `dedupe-peer-dependents` option is available, I think it'll...
Hi folks — We've merged a new `OverlayToaster.createAsync` method that will be available in the next `@blueprintjs/core` release. https://github.com/palantir/blueprint/pull/6599 The next version isn't published yet. As a preview for when...
## Simple Priority List Something I hadn't seen suggested yet is simply updating the priority list from `[".envrc", ".env"]` to `[".envrc", ".env", ".envrc.project"]`. ```sh ❯ cd /home/example/repo direnv: error /home/example/repo/.envrc.project...
## Summary of Existing Options A few ideas have been proposed so far. I'd like to offer my take on a summary and the tradeoffs each make. Recapping the options:...
I personally like options 2, 3, and 4. Would be happy to help implement any of them. Option 1 was a good start for brainstorming, but the ability to out...
> I really like option 3 .envrc.recommended. Instead of copying the literal file, it could just create a file with `source_env .envrc.recommended` that you could add your customizations on top...
Is the current latest pnpm version (v8.15.1) the right version to try reproducing? The pnpm version in the issue report is blank. Giving a similar test on macOS, I don't...
I'm realizing others have seen this issue recently. https://github.com/pnpm/pnpm/issues/7529 There should be a bit more to the log output. Could that be shared? For example, others in the issue linked...