Bonjour,

Je travaille actuellement sur un bot avec la librairie Discord js.
Mon souci ne vient pas du code en lui même mais d'un problème pour l’exécuter.
Je travaille dessus depuis chez moi sans problème et je voudrais profiter de mes temps de pauses au boulot pour avancer.
Seulement lorsque je lance la commande node fichier.js j'ai
(node:4092) UnhandledPromiseRejectionWarning: Error: connect ETIMEDOUT 104.16.59.5:443
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1121:14)
(node:4092) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:4092) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Je me demandais si cela pouvait être à cause du proxy (que j'ai pourtant défini avec les commandes npm config set proxy et npm config set https-proxy, ou bien si cela vient d'ailleurs.

Merci de votre attention