Quote:
Originally Posted by Gyttiie
I don't know did i do correct, i just wrote in console "npm install -g forever" (without downloading anything).
But i'm not sure did it help, because i turned off my wifi router for a minute and turn in back on, mfc-node didn't reconnect back to the servers and i needed to write - node main.js again.
If i did not correct, can you, Please, upload somewhere your mfc-node and i would download it and paste my config
|
Installation
$ [sudo] npm install forever -g
Usage
forever start app.js
I suppose you did not use the start command, failing to download might be caused by your firewall. To test if it was installed try:
forever --help
Those commands might only work inside a node.js command prompt. I am still using the bat file, but Horacio recommended 'forever'.