pnpm dev/install not working #56988
Unanswered
mayankkamboj47
asked this question in
Help
Replies: 1 comment
-
same issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I want to start contributing to next.js but the commands
pnpm install
andpnpm dev
aren't working as expected. Things fail differently everywhere I have tried. I'm providing details of all the different environments I have tried and the outcome I got. Even getting things to work in one of these environments will be of great help. Thank you !Codespaces
This is probably the only reproducible environment of the three I tried.
I opened a codespace on https://github.com/vercel/next.js and
pnpm install
worked smoothly. However, there was this error onpnpm dev
.Local (powershell with admin priviledges)
Local (wsl2 ubuntu)
Two attempts to
pnpm install
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions