Luiz Guilherme D'Abruzzo Pereira
Luiz Guilherme D'Abruzzo Pereira
I'm facing the same issue, is there any solution for that?
I've started colima with: ```sh colima start -m 6 -c 8 ```
I tried the user configuration and couldn't do it as well. I got the user id and group id from `id` command and got this: ``` initdb: could not look...
> If it's specifically in 16.11, you can probably try to build node yourself and bisect https://github.com/nodejs/node/compare/v16.10.0..v16.11.0. Figuring out which commit that introduced it might help understand when one (or...
I was trying to isolate the issue from our codebase and created this [repo](https://github.com/luiz290788/jest-node-16). It looks like that even for very simple test suites, the problem is there.
Any updates here? @GreyFoxRU have you solved the problem?
I was reading this issue and thinking if there is a better way of doing this. Can we specify on the arguments of the factory the dependencies to build the...
This is something I would really want to as well. Is the development of this still a possibility? I could take over your PR and try to make that work....
@tonyhallett I've took the liberty to work on this. It was a pretty simple solution after all. Do you mind reviewing it?
Thanks @tonyhallett I'll do that!