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

2 points by karlcoelho1 ↗ HN
NPM needs to be disrupted. But seriously, I would really like to see some decentralized package manager for Node.js

7 comments

[ 3.5 ms ] story [ 27.6 ms ] thread
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.

the guy who did d3 made an alternative. Nix could be one too.
(comment deleted)
npm install [github_username/repo]