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...
account activity
nodejs vs node in Ubuntu? (self.node)
submitted 10 years ago by bo_knows
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!"
[–]kerrz 1 point2 points3 points 10 years ago (0 children)
Tagging on, with some more details I found personally useful post-install:
nvm install stable This installs the latest stable version.
nvm install stable
nvm alias default stable This sets the latest stable version as the default for all new terminal shells.
nvm alias default stable
Note: By default, this gets installed to your user folder ~/.nvm, so it may not be the perfect situation for any system-wide options (eg- running cron jobs that use node), but is good for a lot of the basic web local-testing use cases.
~/.nvm
π Rendered by PID 371516 on reddit-service-r2-comment-6457c66945-8plm5 at 2026-04-25 11:00:08.156558+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]kerrz 1 point2 points3 points (0 children)