TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

2 点作者 karlcoelho1大约 9 年前
NPM needs to be <i>disrupted</i>. But seriously, I would really like to see some decentralized package manager for Node.js

6 条评论

JdeBP大约 9 年前
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>
okket大约 9 年前
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>
JdeBP大约 9 年前
<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. (-:
plugnburn大约 9 年前
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__大约 9 年前
the guy who did d3 made an alternative. Nix could be one too.
urvader大约 9 年前
npm install [github_username&#x2F;repo]