#ubuntu2204 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #ubuntu2204, aggregated by home.social.
-
People joke about installing Python environments (https://xkcd.com/1987/), but I'm looking at #Typescript and... am I misunderstanding, but `sudo apt install npm` (on #Ubuntu2204) gives me a #node version (12.22) that isn't compatible with installing the typescript package (EBADENGINE required: node >=14.17). So I should install latest node using #nvm, which installs via curl of a script which git clones its own repo to my ~/.npm, does this sounds right so far? #newb #seekingAdvice