Email or username:

Password:

Forgot your password?
Top-level
Dag Ågren ↙︎↙︎↙︎

@Gargron This is why I really hate the modern culture of package managers. They make things incredibly fragile.

At the very minimum, package managers should enable you to check in all your dependencies into your repo.

No comments
Eugen Rochko

@WAHa_06x36 You used to have to do that with PHP projects. It was shit though. It’s a lot of version control noise and a lot of extra weight for the whole repository. So it didn’t change for no reason. But what we’re doing here, distributing long-lived web software, is not very common. We have ways to go in finding a better approach.

Go Up