Chris Krycho

Results 775 comments of Chris Krycho

The latest Yarn is not 1.x but 3.x. The difference is how it is distributed since Yarn v2 I believe!

The error output there is telling you that the problem is that you have specified an incompatible version of pnpm. πŸ˜… > ERR PNPM_ UNSUPPORTED ENGINE Unsupported environment (bad pnpm...

Thanks for the report. At first blush, this *looks* like a case where VSCodium is not inheriting the `PATH` from your host environment's shell correctly specifically in the context of...

Hahahaha that is fair. "How your base shell is being configured in your base shell" is nonsense. I think I had done too much issue triage by the time I...

Thanks for the suggestion! I think this is probably *possible* in a relatively straightforward way, but likely needs some design work (so: a lightweight [RFC](https://github.com/volta-cli/rfcs) would be helpful!), and that...

Can you reproduce this with `nx` when *not* using Volta, for example in a fresh shell where you have removed Volta from the `PATH` and using another installation of Node?

Thank you for following up here! I will see if I can reproduce (probably early next week). The `/tmp` bits are suspicious; what do `which nx` (should be Volta's shim)...

I definitely think it’s related to Volta, to be clear – I’m just trying to figure out how to gather enough info to figure out *why*! πŸ˜… Those paths look...

@redeemefy sorry for the long delay; did you get to the bottom of this? If the `node` command is not found when trying to do it, that sounds like some...