Tam / nodecg-follow

A Twitch Follow notifier for NodeCG
GNU General Public License v2.0
7 stars 2 forks source link

Failed start up #2

Closed DJ411 closed 9 years ago

DJ411 commented 9 years ago

Having an issue running nodecg. Installed new 0.6.0 with a fresh install and this being the only bundle i'm using it doesn't run.

What am i missing. Using Git Bash to run "node index.js"

ss 2015-07-06 at 08 45 11

1fyme commented 9 years ago

Python may not be installed. I encountered this problem today, and downloaded Python version 2.7.10 for Window:. https://www.python.org/downloads/

Tam commented 9 years ago

As @ofs114 said, it does look like an issue with python not being installed. You'll need Python 2.7.10 (or higher, but not 3) installed for some nodecg/nodecg-follow dependencies to work.

DJ411 commented 9 years ago

Thanks. Its working now. I also didn't have Visual studio installed. installing both might have helped idk.