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.

Show HN: ied – an alternative package manager for Node

86 pointsby blubbi2over 9 years ago

9 comments

blubbi2over 9 years ago
Hey everyone!<p>I made this. I&#x27;m happy to answer any questions, but please bear in mind that this is a WIP. There is still a lot of work to be done, although feature parity with npm is <i>not</i> the goal.<p>Upcoming features are:<p>* Nix-like rollbacks * built in registry server * discovery + installation via BitTorrent DHT<p>Would love to get any feedback!
评论 #10571644 未加载
评论 #10571171 未加载
评论 #10571894 未加载
评论 #10571574 未加载
评论 #10571611 未加载
drinchevover 9 years ago
That seems so cool. One question is how compatible is with npm? Can I use it as a drop-in replacement ( talking about the CLI tool )?
评论 #10571427 未加载
jmandzikover 9 years ago
Cloned a popular project (babel) and on a MacBook Pro:<p><pre><code> npm install 52.28s user 8.08s system 73% cpu 1:22.41 total ied install 10.22s user 4.36s system 142% cpu 10.230 total </code></pre> Impressive.
评论 #10571845 未加载
nadocrewover 9 years ago
You say you are creating a more performant NPM. Is it impossible to fix the current NPM? Why not submit fixes back to NPM? Why create a new project?
评论 #10577755 未加载
评论 #10571648 未加载
评论 #10571748 未加载
评论 #10603509 未加载
gfoscoover 9 years ago
I never thought to myself, &quot;wow, npm is slow.&quot; Is that really the core problem this is solving?
评论 #10572159 未加载
评论 #10571529 未加载
评论 #10571627 未加载
评论 #10573748 未加载
crabasaover 9 years ago
<i>&gt; The easiest way to install ied is using npm</i><p>Bootstrapping ftw.
评论 #10571446 未加载
xrstfover 9 years ago
&gt; produces a flat node_modules directory<p>Finally. npm&#x27;s node_modules makes Node on Windows unbearable from time to time.<p>Shut up and take my money!
评论 #10573580 未加载
macmacover 9 years ago
Unfortunate naming ie <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Improvised_explosive_device" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Improvised_explosive_device</a>
评论 #10571136 未加载
评论 #10571614 未加载
js_throw_awayover 9 years ago
Guys NPM is not the problem, Javascript is.