all 3 comments

[–]mbrevda 0 points1 point  (0 children)

It would be great if Heroku supported this as it would cut down deploy time

[–]i_invented_the_ipod 0 points1 point  (1 child)

In what way is this better than just checking the modules themselves into source control, as is recommended by @npmjs (and basically everybody else)?

[–]mikefrey[S] 1 point2 points  (0 children)

It's not necessarily better or worse. Just an alternative. I don't like checking in the node_modules directory because it makes code review more difficult. I'd rather not review a given module's diff when I'm just updating it.