Posted in: homelab, Projects

Installing node on debian based linux – update

Well, it’s quite a different affair now. Most places seem to be getting in on the “run this script, it’ll handle it for you” train, and I can’t say I dislike it. New way:via nodejs.orgcurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bashnvm install # Old way:So yeah, installing node is sort of a stupid round about adventure in […]

Back to Top