discordjs / RPC

A simple RPC client for Discord
MIT License
474 stars 192 forks source link

Cannot download discord-rpc with npm #129

Closed stratusceo closed 3 years ago

stratusceo commented 3 years ago

Hello everyone,

Currently, when I'm executing npm i discord-rpc@latest command, I've a crash log with Python and some other items 😬 Here's the crash log : https://code.alwyn974.re/onosafowad.sql

Do you have an idea about why can't I download the last version ?

Really thanks for your help and have a nice day, Corentin

vaporoxx commented 3 years ago

If you only need rich presence, install with --legacy-peer-deps

stratusceo commented 3 years ago

Thanks for the help @vaporox it works with that ❤️