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 UI/UX Design

UI/UX Design by makandra brand

We make sure that your target audience has the best possible experience with your digital product. You get:

  • Design tailored to your audience
  • Proven processes customized to your needs
  • An expert team of experienced designers
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)