Joel Sabillon
Joel Sabillon
We are seeing this same issue but can't reproduce locally, it only happens in our Github action using a linux runner. I have tried removing node-modules and pruning store before...
Is `tsconfig.js` make sure `moduleResolution` is set to `node16`
> > Is `tsconfig.js` make sure `moduleResolution` is set to `node16` > > Too few information: When does this help and where? Are you suggesting to set `moduleResolution: node16` in...
related? https://github.com/pnpm/pnpm/issues/6295