Hacker News new | ask | show | jobs
by mschuster91 3211 days ago
> What will I do? Install their dependencies.

Good luck when you want to have multiple projects installed on a single server.

1 comments

rbenv is a thing that exists.

npm already installs dependencies locally by default.

I already generally avoid Java apps, for bigger reasons than packaging, but setting a custom $CLASSPATH for the JVM to load your dependencies isn't really that difficult.