TimboKZ / discord-spoiler-bot

🗣️🛑 Spoiler support for Discord
https://www.npmjs.com/package/discord-spoiler-bot
MIT License
61 stars 19 forks source link

Can't install the version of erlpack required #22

Closed ghost closed 6 years ago

ghost commented 6 years ago
PS C:\SpoilerBot> npm install discord-spoiler-bot --save
spoilerbot@1.0.0 C:\SpoilerBot
-- discord-spoiler-bot@2.0.5
-- UNMET PEER DEPENDENCY erlpack@hammerandchisel/erlpack

npm WARN discord.js@11.2.1 requires a peer of erlpack@hammerandchisel/erlpack but none was installed.
non WARN spoilerbot@1.0.0 No description
npm WARN spoilerbot@1.0.0 No repository field.

I got all the other peer dependencies installed, but I can't manage to get this one.

TimboKZ commented 6 years ago

Do you get any errors when you try to run the bot?

ghost commented 6 years ago

Haven't tried to run it, as I get an error when I try to install this. Are you saying that it installs regardless of the error?

TimboKZ commented 6 years ago

Sometimes peer dependencies are not required, but I can’t recall if that’s the case with this particular one. Try running the bot.

ghost commented 6 years ago

It works! Great bot btw 👍

TimboKZ commented 6 years ago

Glad to hear that, and thanks. Closing the issue.