having issues with discord voice during `npm install`
When I tried to run
npm install
inside a docker container in the built process it breaks. And I have no clue why is doing that. The detail screenshot is attached.
Docker container running arch Linux
Installed ffmpeg and nodejs and npm
gitlab repo:
https://gitlab.com/seabass6969group/barginingewan_bot/6 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!
- ✅
Marked as resolved by OPNode version is the latest one that shipped with arch repo
Docker file is attached
It has previously been working until I added the discordjs voice
And the package version is attached to the
package.json
file
It's usually running the latest nodejs version I think 🤔
And it works inside my arch Linux system too
So I don't really understand why it breaks
Only inside a dockererized arch Linux environment
Actually don't read the screenshot
Read thisInstall make
sudo pacman -S make
igDid I forgot to install make
Ok
I will try it later
:blobguns: