this post was submitted on 28 Apr 2025
11 points (100.0% liked)

Hacker News

1667 readers
329 users here now

Posts from the RSS Feed of HackerNews.

The feed sometimes contains ads and posts that have been removed by the mod team at HN.

founded 9 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] hanke@feddit.nu 1 points 1 month ago (1 children)

Looks great, but I don't like having to install dependencies manually.

Call me lazy, but I would prefer a real package for my package manager that resolves and installs all dependencies for me.

For development, sure I'll use npm, maven, or whatever to get what I need.

But when I install anything to increase my productivity, I feel the "requires this and that" off putting. I want to become more efficient, not have more work to do and more stuff to keep maintained.

The tool looks really nice though! I love simple file formats that allow for keeping stuff in Git 😄

[–] blakenong@lemmings.world 1 points 1 month ago (1 children)

What doesn’t it install from the package.json that you need?

[–] hanke@feddit.nu 1 points 1 month ago

For development i understand using package.json or whatever.

But when providing the finished solution I think it should be provided as a deb/rpm/flatpak.

I don't want to manage sources and keep the installation in a cloned git repo. That is what my OS package manager is for. For example, Spotify would never distribute their client as a package.json. It is just not convenient.

Of course I love that the source is available, but I prefer the conveniance of a deb/rpm when I am just consuming software.

I seldom do work with node/npm. It is not my domain and I won't learn it for the purpose of using this software.