demaisj / soundcloud-rp

Adds Discord Rich Presence support to Soundcloud.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stuck at "npm run start"

xanderSP opened this issue · comments

Every time I write "npm run start", it gets stuck and this appears. Do you know anyway to fix?
node bin

Hello,

This is normal, if the server is not displaying anything, it means that it is working properly.
To make sure it is working, you can also visit http://127.0.0.1:7769/client.js: if it shows a bunch of code, it is ok. Otherwise if your browser reports an error (like Connection Refused) there is a problem.

Ok, thank you very much!