-1

I am trying to create a discord music bot using Node js, in which I need to install @discordjs/opus. Upon trying the command npm install @discordjs/opus I get the following error:

https://pastebin.com/HDm5FZST

1 Answers1

0

I think you having trouble with build tools try

Note: first you need to install python,after that run this(admin powershell)

npm install -g windows-build-tools && npm install -g node-gyp

If it not solve your problem I would like suggest you to using opusscript or node-opus instead

HellCatVN
  • 866
  • 1
  • 6
  • 11