i followed the tutorial at https://devcenter.heroku.com/articles/getting-started-with-nodejs to get a node app up and running in heroku
but after running foreman start
, it says
$ foreman start
07:50:11 web.1 | started with pid 3041
07:50:11 web.1 | sh: -c: line 0: unexpected EOF while looking for matching `''
07:50:11 web.1 | sh: -c: line 1: syntax error: unexpected end of file
07:50:11 web.1 | exited with code 2
07:50:11 system | sending SIGTERM to all processes
SIGTERM received
$
where is this web.1 file coming from ????
i also ran the following:
$ foreman check
valid procfile detected (web)
$