How to use with different node versions? #1525
-
I need to use one node version for a workspace, and a different node version for another workspace. How to do this appropriately? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I don't believe this is possible. Node is installed globally across your entire system. If you do want this, you'll have to switch node versions before running the different workspaces. This also means you can't run them simultaneously. NOTE: This isn't a limitation set by turborepo, and it would be impossible for turborepo to add this functionality. |
Beta Was this translation helpful? Give feedback.
-
I'm not sure but maybe |
Beta Was this translation helpful? Give feedback.
I don't believe this is possible. Node is installed globally across your entire system. If you do want this, you'll have to switch node versions before running the different workspaces. This also means you can't run them simultaneously. NOTE: This isn't a limitation set by turborepo, and it would be impossible for turborepo to add this functionality.