Replies: 3 comments 5 replies
-
|
So I would split it like this:
If your goal is true automatic switching when entering/running a project, then The practical options are usually:
So my guess would be:
If what you want is the “cd into project and Node changes automatically” experience, I’d usually reach for something like If this helps, feel free to mark it as the answer so others can find it faster. |
Beta Was this translation helpful? Give feedback.
-
|
The pnpm docs describe useNodeVersion: 16.16.0and That points to pnpm managing which Node runtime it uses for pnpm-driven execution ( So I don't think If your goal is automatic shell switching, I'd still use a dedicated version manager for that. If your goal is "this project should run with a specific Node version under pnpm", the documented pnpm-native path is |
Beta Was this translation helpful? Give feedback.
-
|
I would like pnpm to be an alternative to setup-node in CI |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to automatically switch
nodejsversions throughpnpm envwhen running a project?Beta Was this translation helpful? Give feedback.
All reactions