Hacker News new | ask | show | jobs
by nfriedly 4586 days ago
I've started to always check in my node_modules directory. Heroku automatically runs `npm rebuild` in that case, so native modules always work. I've found it to be both faster and more reliable.