I'm following the quick start node.js guide, and when try to start
foreman, it gives no output, and I can't connect to localhost:5000 in
a browser.
I've done the following:
1. Installed Heroku.
2. Logged in with Heroku Login (it found my existing public key and
said authentication was succssful.
3. I created package.json (my app has no dependencies):
{
"name": "myapp",
"version": "0.0.1"
}
4. Ran npm install (no output).
5. Added node_modules to .gitignore.
6. Created procfile:
web: node index.js
7. Ran foreman start (no output)
Have I followed all of the steps correctly?
--
You received this message because you are subscribed to the Google Groups
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en.