Black
DIAdiscord.js - Imagine an app
•Created by Black on 10/7/2024 in #djs-questions
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?6 replies
DIAdiscord.js - Imagine an app
•Created by Black on 10/7/2024 in #djs-questions
How are the documentation files from .api.json converted to .json?
My question is simple, how are .api.json files like this https://github.com/discordjs/docs/blob/main/discord.js/14.16.3.api.json converted to .json files like this:
https://github.com/discordjs/docs/blob/main/discord.js/14.16.3.json
How can I do it by myself?
3 replies