Geoffrey Emerson

Results 5 comments of Geoffrey Emerson

Looks like this project is dead.

I have switched over to swc/jest. Works great for my purposes. On Sun, Mar 17, 2024 at 3:13 PM Shaun Wilde ***@***.***> wrote: > Came to ask this very question...

After more poking, it looks like this error started happening after I tried to update the vulnerabilities found: `found 1160 vulnerabilities (361 low, 30 moderate, 767 high, 2 critical)` Reverting...

`process.env.PNPM_HOME` now takes priority over all other variables: https://github.com/pnpm/pnpm/blob/40845b9add72745ac04eb39b78530a54074c05b2/config/config/src/index.ts#L315 If that is not set, it then checks other fields: https://github.com/pnpm/pnpm/blob/40845b9add72745ac04eb39b78530a54074c05b2/config/config/src/dirs.ts#L43

I have a similar issue that breaks builds because the presence of multiple different versions of webpack will cause a compilation error. Resolving to a specific version of webpack and...