-
|
Hello, I have two application in my apps folder, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
I'm not sure this is something turborepo really helps manage. Here's a proof of concept that a monorepo (that uses turbo to |
Beta Was this translation helpful? Give feedback.
-
|
The solution selected didn't work for me. In my case I had to use For example I had to run a Nuxt2 and Nuxt3 apps, I was having troubles cause what ever package got installed last it was overwriting the other. This worked for me |
Beta Was this translation helpful? Give feedback.
I'm not sure this is something turborepo really helps manage. Here's a proof of concept that a monorepo (that uses turbo to
buildapps) can have two different versiosn of react: https://github.com/mehulkar/its-a-double-react. I hope that helps!