Dexter Miguel
Dexter Miguel
Unfortunately this is happening to me on 3.1.0 on Ubuntu: ``` ❯ inxi -b System: Host: dimgl-server Kernel: 6.11.0-19-generic arch: x86_64 bits: 64 Desktop: GNOME v: 46.0 Distro: Ubuntu 24.04.2...
I was going absolutely nuts wondering why things were not working as I expected. Thank you!!! For anyone seeing this in the future, you can also use a deep merge...
I'm running into this now. Do we have a better fix for this that doesn't involve patching `@typeschema/typebox`?
This patch worked @NiklasPor, thank you so much. To anyone seeing this in the future, if you're using `pnpm` you can use `pnpm patch @typeschema/typebox` and then make your changes...
We're having similar issues building with pnpm@9. In Docker we're getting: ``` ------ > [server dependencies 5/5] RUN pnpm i --frozen-lockfile --prod: 0.384 Scope: all 3 workspace projects 0.485 ERR_PNPM_LOCKFILE_CONFIG_MISMATCH ...
Still broken in 9.0.1 for us. Works locally but getting this error in the Docker image. Confirmed the version is right and the pnpm-lock.yaml file is correct.
Hey guys, I want to be clear here. We've identified that we're using 9.0.2 to both generate the lock file and we're also using 9.0.2 in the Docker image. This...
To anyone who is having issues with `pnpm@9` in Render.com, add an environment variable named `SKIP_INSTALL_DEPS` and set it to `true` and then use then set this command in your...
Shout out to @zkochan, they found the solution to our problem: **make sure to check that `.pnpmfile.cjs` is included in your Docker builds.**
It looks like this change simply isn't published into `npm` as far as I can tell.