Hacker News new | ask | show | jobs
by the_duke 3080 days ago
Easiest solution without infrastructure imo is to vendor node_modules as a git submodule.

(Of course it's even easier to just add node_modules to the repo but that is messy).

1 comments

and you better fork the git repo, otherwise the incident happening to npm can happen on github / whatever remote repo.