discordjs / RPC

A simple RPC client for Discord
MIT License
466 stars 191 forks source link

fix: move peer deps to optional deps #118

Closed vaporoxx closed 3 years ago

vaporoxx commented 3 years ago

Node 15 tries to install peer dependencies by default, meaning that you have to either use --legacy-peer-deps or install build tools even if you don't need them. They should be moved to the optionalDependencies field instead.

devsnek commented 3 years ago

Thanks!

dscalzi commented 3 years ago

@vaporox any solution to this? https://github.com/discordjs/RPC/issues/140