Nathan A. Ferch
Nathan A. Ferch
I think I'm in a similar spot to @wezzle where I need some bespoke Wireguard configuration/local system routes to coexist with the Innernet-managed ones. I can understand the complexity in...
It looks like `pnpm install --no-lockfile` will fail if there are missing peer dependencies if the `node_modules` are unpopulated. Would like to use this as a check in our CI,...
> @nferch Can you clarify what you are asking for in your last sentence? I'm not sure I understand. whoops, an extra word got in there somehow. I think I...
I too would appreciate this feature. Even if it just cached the dependencies for something that was `go install`'d, that'd speed up my builds quite a bit. I'm a bit...
@silverwind thanks for sharing! That seems to work for me, although the `actions/cache/restore` generates warnings when it tries to overwrite files that the `actions/setup-go` action restored from its cache. I...
Same issue for me, same successful workaround. ``` Gigabyte Technology Co., Ltd. Q370M D3H GSM PLUS ``` kernel log: `ACPI Warning: SystemIO range 0x0000000000000A45-0x0000000000000A46 conflicts with OpRegion 0x0000000000000A45-0x0000000000000A46 (\GSA1.SIO1) (20190816/utaddress-204)`...
Hi, Any feedback or guidance on this issue?
Docker build is failing due to a different dependency now https://github.com/dxos/dxos/actions/runs/7888689732/job/21526775369 . Is this the same issue? ```#14 28.23 ERR_PNPM_PEER_DEP_ISSUES Unmet peer dependencies #14 28.23 #14 28.23 . #14 28.23...
@wittjosiah I can try. What I'd mostly like to know is why these are only failing here so we're not always fixing these post-facto.
@wittjosiah ahh yeah now I remember. Already filed at https://github.com/pnpm/pnpm/issues/6893 `pnpm install --no-lockfile` will fail, should we use that?