pnpm install
errors
#6243
-
I'm trying to set up a dev environment to explore the codebase, but I'm getting an error running
This is with node v20, but I get the same result with v18. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I've not run into this issue myself but I've seen a few people in discord run into this. In one case
|
Beta Was this translation helpful? Give feedback.
-
Thanks @wittjosiah - that helped me figure it out. Python brew install python-setuptools |
Beta Was this translation helpful? Give feedback.
-
I ran into this issue as well, I'll create a PR to add it to the docs! |
Beta Was this translation helpful? Give feedback.
Thanks @wittjosiah - that helped me figure it out.
Python
distutils
is deprecated in favor of setuptools. To install with homebrew: