Settings

Theme

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

2 points by karlcoelho1 10 years ago · 7 comments · 1 min read


NPM needs to be disrupted. But seriously, I would really like to see some decentralized package manager for Node.js

JdeBP 10 years ago

Of course, the "packages" being managed are themselves the subject of some discussion:

* https://news.ycombinator.com/item?id=11348798

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:

* https://gist.github.com/rauchg/5b032c2c2166e4e36713

okket 10 years ago

A few days ago there was some discussion about GX, a language-agnostic package manager built around https://ipfs.io/

https://news.ycombinator.com/item?id=11347163

JdeBP 10 years ago

https://news.ycombinator.com/item?id=11364190 preceded your question by 8 hours. (-:

plugnburn 10 years ago

A wrapper over something like this...

  git clone https://[repo]/[module].git node_modules/[module]
...and ability to provide dependency resolution along with custom runscripts?

Yes, we can. Not a rocket science. How many paranoid freaks will actually switch to it - that is the question.

k__ 10 years ago

the guy who did d3 made an alternative. Nix could be one too.

urvader 10 years ago

npm install [github_username/repo]

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection