home.social

#ubuntu2204 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ubuntu2204, aggregated by home.social.

  1. People joke about installing Python environments (xkcd.com/1987/), but I'm looking at and... am I misunderstanding, but `sudo apt install npm` (on ) gives me a version (12.22) that isn't compatible with installing the typescript package (EBADENGINE required: node >=14.17). So I should install latest node using , which installs via curl of a script which git clones its own repo to my ~/.npm, does this sounds right so far?