Read more

nvm: Setting a default Node.js version

Henning Koch
February 25, 2020Software engineer at makandra GmbH

To set a default Node version for new shells, use nvm alias default <VERSION>:

nvm alias default 1.2.3
Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

I like to use the most recent LTS version Show archive.org snapshot as my default:

nvm alias default lts/erbium
Posted by Henning Koch to makandra dev (2020-02-25 13:35)