TIL is my collection of short, technical daily learnings. 208 and counting.
NVM Install and Use Latest LTS
With my Node versions managed via NVM, I want to be on the latest LTS. You can ensure that happens with these commands: $ nvm install --lts $ nvm alias default lts/* default -> node (-> v24.16.0) ...