Y
Hacker News
new
|
ask
|
show
|
jobs
by
jonahx
3746 days ago
What is the best way to backup modules? Do you need to create your own private module host, as you can for ruby gems?
1 comments
plugnburn
3746 days ago
I may sound old but one can start with just backing up node_modules/ directory.
If third party modules are hosted on GitHub, you can fork them.
link
If third party modules are hosted on GitHub, you can fork them.