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

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.