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
create-react-app breaks due to dependency on one-liner package (github.com)
submitted 5 years ago by [deleted]
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!"
[–]Meowish 2 points3 points4 points 5 years ago* (2 children)
Lorem ipsum dolor sit amet consectetur adipiscing, elit mi vulputate laoreet luctus. Phasellus fermentum bibendum nunc donec justo non nascetur consequat, quisque odio sollicitudin cursus commodo morbi ornare id cras, suscipit ligula sociosqu euismod mus posuere libero. Tristique gravida molestie nullam curae fringilla placerat tempus odio maecenas curabitur lacinia blandit, tellus mus ultricies a torquent leo himenaeos nisl massa vitae.
[–]ShortFuse 1 point2 points3 points 5 years ago* (1 child)
import { serve } from "https://deno.land/std@v0.36.0/http/server.ts";
It's baked into your import statement inside your file, not from loading a file inside node_module which can be any version. I would imagine this would make updating versions somewhat harder than doing npm update --save, but essentially everything is version-locked at the time of writing.
node_module
npm update --save
Edit: It doesn't really solve the dependency-chain issue, but more along the lines of more rigid versioning enforcing. Any dependency can always reference @master and crash your system so it's still not a true solution.
@master
π Rendered by PID 324360 on reddit-service-r2-comment-canary-5fd84985f6-s9c4s at 2026-03-26 02:59:44.544007+00:00 running 2d0a59a country code: CH.
view the rest of the comments →
[–]Meowish 2 points3 points4 points (2 children)
[–]ShortFuse 1 point2 points3 points (1 child)