pchab / ProjectRTC

WebRTC Live Streaming on nodeJS (+ android client !)
Other
1.04k stars 476 forks source link

On giving npm start server not starting #7

Open anubhabdas007 opened 9 years ago

anubhabdas007 commented 9 years ago

D:\projectrtc>npm start

ProjectRTC@0.4.0 start D:\projectrtc forever start app.js

warn: --minUptime not set. Defaulting to: 1000ms warn: --spinSleepTime not set. Your script will exit if it does not stay up for at least 1000ms info: Forever processing file: app.js

umerk44 commented 9 years ago

I am facing the same problem

umerk44 commented 9 years ago

First run this command "npm install forever -g" from projectRTC directory it will do some installation and after that run this command "forever start app.js" Now try to hit "localhost:3000" in the browser it will run work.

pchab commented 9 years ago

Did you try just using "node app.js" ?

Le 29 janv. 2015 à 13:22, umerk44 notifications@github.com a écrit :

First run this command "npm install forever -g" from projectRTC directory it will do some installation and after that run this command "forever start app.js" Now try to hit "localhost:3000" in the browser it will run work.

— Reply to this email directly or view it on GitHub.

umerk44 commented 9 years ago

yes i tried that but that was not working for me.

akaelfty38 commented 9 years ago

download the project again run npm install and then node app.js it will start running.

adojayfan commented 7 years ago

@akaelfty38 thank you.

ziselos commented 5 years ago

@akaelfty38 it works now, thanks a lot.