Can't install dependencies on discord.js repo
Hi, I want to install dependencies to execute packages of discord.js repo, and I'm following the tutorial written on https://github.com/discordjs/discord.js/blob/main/.github/CONTRIBUTING.md. But as soon as I run
pnpm install --frozen-lockfile
it gives me this error: https://pastebin.com/cA5nx750
How can I solve that?Pastebin
PS C:\Users\Black\Temp\discord.js> pnpm install --frozen-lockfileSc...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
2 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!trying to generate .json for docs like i was asking in the other question
yes
run docgen
How is it relevant to my problem?