TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are some NPM alternatives? Can we make one?

2 pointsby karlcoelho1about 9 years ago
NPM needs to be <i>disrupted</i>. But seriously, I would really like to see some decentralized package manager for Node.js

6 comments

JdeBPabout 9 years ago
Of course, the &quot;packages&quot; being managed are themselves the subject of some discussion:<p>* <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11348798" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11348798</a><p>Given how some of them are turning out to be one-liners, or 11-liners, one wag has suggested that Twitter could be an alternative Node.js repository, and has demonstrated how one would go about using Twitter as an alternative repository of such packages, using leftpad as an example:<p>* <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;rauchg&#x2F;5b032c2c2166e4e36713" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;rauchg&#x2F;5b032c2c2166e4e36713</a>
okketabout 9 years ago
A few days ago there was some discussion about GX, a language-agnostic package manager built around <a href="https:&#x2F;&#x2F;ipfs.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ipfs.io&#x2F;</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11347163" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11347163</a>
JdeBPabout 9 years ago
<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11364190" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11364190</a> preceded your question by 8 hours. (-:
plugnburnabout 9 years ago
A wrapper over something like this...<p><pre><code> git clone https:&#x2F;&#x2F;[repo]&#x2F;[module].git node_modules&#x2F;[module] </code></pre> ...and ability to provide dependency resolution along with custom runscripts?<p>Yes, we can. Not a rocket science. How many paranoid freaks will <i>actually</i> switch to it - that is the question.
k__about 9 years ago
the guy who did d3 made an alternative. Nix could be one too.
urvaderabout 9 years ago
npm install [github_username&#x2F;repo]