hzoo / TwitchPlaysX

:video_game: Connect to IRC to send inputs to any program, Twitch Plays Pokemon style. (Windows, Linux, OSX)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server not starting

opened this issue · comments

robby@robby-U56E:~/TwitchPlaysX$ npm start

> TwitchPlaysX@0.0.1 start /home/robby/TwitchPlaysX
> node ./app/server

sh: 1: node: not found

npm ERR! Linux 4.10.0-28-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "start"
npm ERR! node v4.2.6
npm ERR! npm  v3.5.2
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! TwitchPlaysX@0.0.1 start: `node ./app/server`
npm ERR! spawn ENOENT
npm ERR! 
npm ERR! Failed at the TwitchPlaysX@0.0.1 start script 'node ./app/server'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the TwitchPlaysX package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node ./app/server
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs TwitchPlaysX
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls TwitchPlaysX
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/robby/TwitchPlaysX/npm-debug.log
robby@robby-U56E:~/TwitchPlaysX$ 

Updating node does not help.

I know about issue #6

commented

If you are getting node not found then it's not on your PATH for some reason? Make sure you can run node in the console/command line?