HydeInit / Mixer-Desktop

cross-platform desktop application for Mixer.com
MIT License
5 stars 15 forks source link

Starting application, typo in docs? #6

Closed mAzurkovic closed 6 years ago

mAzurkovic commented 6 years ago

In the documentation, under the Quick Start section, it says to run the app with npm start. On my machine (windows 10) I got the following error:

npm ERR! missing script: start

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\mzurkovi\AppData\Roaming\npm-cache\_logs\2018-06-07T23_35_45_357Z-debug.log

I was able to fix it by installing electron globally, and running electron . - maybe this can be fixed by simply updating the Quick Start documentation?

welcome[bot] commented 6 years ago

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. so please be patient and we will get back to you as soon as we can.

To help make it easier for us to investigate your issue, please follow the issue template.