Jake Leventhal

Results 139 comments of Jake Leventhal

Confirmed this actually wasn't node 20. The real problem is in pnpm it seems https://github.com/pnpm/pnpm/issues/8039

@jawj i would like to reopen this. I am finding that this issue is only occurring when I use a Neon driver in drizzle. and only when i upgrade from...

I'm going to be switching off of neon actually. so i think we can close this

A solution i came up with is like this: ```json { "emulator-start": "./node_modules/.bin/firebase emulators:start --import=emulatorData/localEmulatorData --export-on-exit=emulatorData/localEmulatorData", "start": "npm run emulator-start & npm run start-servers", "start-servers": "concurrently -c gray.dim --kill-others \"npm...

@jasonkylefrank kind of - i am running the emulators outside of `concurrently` but my servers are still running via `concurrently` as for windows - i don't use windows so idk...

Having a hard time reproducing in a minimal repro. @zkochan I'm happy to invite you to a private repo to see for yourself

@zkochan perhaps this is not something in pnpm, maybe it is, maybe it isnt. https://github.com/neondatabase/serverless/issues/76#issuecomment-2113156817 added you on discord with the same username as github

https://github.com/chinedufn/psd/issues/66#issuecomment-2379471339

[builderr.txt](https://github.com/user-attachments/files/17165980/builderr.txt) Frankly, I was never able to get this build so I am not sure (build logs^) ``` ▶ rustc --version rustc 1.79.0 (129f3b996 2024-06-10) (Homebrew) ```