PNPM and npx create-turbo@latest #172
-
Hi,
Reading example with PNPM seems it should be on that list
Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
jaredpalmer
Dec 10, 2021
Replies: 1 comment 3 replies
-
We nixed this in a rush for launch day but need to add it back. PNPM is fully supported just need to enable it. The wrinkle is that we need to add some code to loop through all of the |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
jaredpalmer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We nixed this in a rush for launch day but need to add it back. PNPM is fully supported just need to enable it. The wrinkle is that we need to add some code to loop through all of the
package.json
dependencies
anddevDependencies
in all of the packages and replace"*"
with `"workspace:*"