discordjs / RPC

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

Error with electron probaly. #47

Closed lukeacat closed 6 years ago

lukeacat commented 6 years ago
C:\Users\yeetus\Desktop\RPC-master>npm start example
npm ERR! missing script: start

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\yeetus\AppData\Roaming\npm-cache\_logs\2018-10-15T19_59_16_261Z-debug.log

C:\Users\yeetus\Desktop\RPC-master>npm run example

> discord-rpc@3.0.1 example C:\Users\yeetus\Desktop\RPC-master
> electron example/main.js

^ Keeps stitting at main.js How to repruduce? Download the project as zip. Decomplie it. Go inside rpc-master/rpc-master Open CMD inside the folder Writenpm run example

devsnek commented 6 years ago

you need to npm install before you run the example