Y
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
aabbcc1241
3079 days ago
and you better fork the git repo, otherwise the incident happening to npm can happen on github / whatever remote repo.
link