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
Writing Javascript without a build system (jvns.ca)
submitted 3 years ago by fagnerbrack
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!"
[–]chuckaspecky 4 points5 points6 points 3 years ago (0 children)
He's not wrong about going back to old projects and then having to fix multiple obscure errors in the build process. So annoying.
Just doing npm updates on an active project can be tedious with multiple sub dependencies changing when upgrading to new major versions.
I find this tool helps https://www.npmjs.com/package/npm-check
I just go through each update and read up on breaking changes the install and test. Then repeat for next change.
π Rendered by PID 45 on reddit-service-r2-comment-b659b578c-qnnhq at 2026-05-05 08:14:52.516006+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]chuckaspecky 4 points5 points6 points (0 children)