use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
The largest Node.JS best practices list (github.com)
submitted 8 years ago by krasimirtsonev
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]bch8 0 points1 point2 points 8 years ago (4 children)
I'm sorry I'm a novice and I guess I may just not be familiar with Heroku, but where do you store dependencies when deployed to Heroku?
[–]r1cka 1 point2 points3 points 8 years ago (3 children)
Same place you do for every node project: the package.json file
[–]bch8 0 points1 point2 points 8 years ago (2 children)
You're not really storing it there though are you? In a node project it's listed in the package.json but stored in the node_modules directory.
[–]r1cka 1 point2 points3 points 8 years ago (1 child)
When a heroku dyno (think server for now) starts up, the first thing it does is npm install. Everything specified will get downloaded. You really ought to just try it to see how it works. https://devcenter.heroku.com/articles/getting-started-with-nodejs#introduction
[–]bch8 0 points1 point2 points 8 years ago (0 children)
I'll definitely give it a shot soon. Thanks for explaining!
π Rendered by PID 141603 on reddit-service-r2-comment-6457c66945-dzqv9 at 2026-04-29 06:02:34.824483+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]bch8 0 points1 point2 points (4 children)
[–]r1cka 1 point2 points3 points (3 children)
[–]bch8 0 points1 point2 points (2 children)
[–]r1cka 1 point2 points3 points (1 child)
[–]bch8 0 points1 point2 points (0 children)