moizKachwala / Angular2-express-mongoose-gulp-node-typescript

AngularJS 2 (Updated to 4.2.0) Mean Stack application which uses Angular2, Gulp, Express, Node, MongoDB (Mongoose) with Repository Pattern Business Layer
MIT License
196 stars 86 forks source link

How to use forever #32

Closed Valonix closed 7 years ago

Valonix commented 7 years ago

I tried to use forever but my server doesn`t work.

root@app:/opt/dist/server/bin# sudo forever start www 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: www

But server response is ERR_CONNECTION_REFUSED

Also if i do some changes in html clients file, i had this error in browser console

shim.min.js:1 Uncaught SyntaxError: Unexpected token < zone.js:1 Uncaught SyntaxError: Unexpected token < Reflect.js:1 Uncaught SyntaxError: Unexpected token < system.src.js:1 Uncaught SyntaxError: Unexpected token < systemjs.config.js:1 Uncaught SyntaxError: Unexpected token < 5879663…:21 Uncaught ReferenceError: System is not defined at 5879663…:21 (anonymous) @ 5879663…:21

But i didn`t touch any .js files :(

moizKachwala commented 7 years ago

Please follow all the steps mentioned in the ReadMe