node-js-getting-started icon indicating copy to clipboard operation
node-js-getting-started copied to clipboard

Getting Started with Node.js on Heroku.

Results 8 node-js-getting-started issues
Sort by recently updated
recently updated
newest added

I recently attempted this getting started guide and hit an unusual error when attempting to run the app locally. After doing some digging, I discovered that in Mac OS Monterey...

This adds a basic request logger. Example: ``` Listening on 5000 GET / 200 6868 - 8.706 ms GET /foo 404 142 - 1.432 ms ``` /cc @vishvananda

How can i run my project? Its always giving me **Application Error** whenever i run. My scripts: ``` "scripts": { "start": "cd src&&node app.js" }, ```

@jonmountjoy Per the [12 factor app guidelines on configuration](https://12factor.net/config), there should be an explicit split between code and config. .env files should typically be included in a .gitignore and shouldn't...

What about putting the code under `'use strict';`?

I've used this project to learn nodejs development with Heroku, and would like to release the code I've written under the MIT and GPL licenses, but since there's not a...

Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 Release notes Sourced from cookie's releases. 0.7.1 Fixed...

dependencies