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 online protection

Rails professionals since 2007

Our laser focus on a single technology has made us a leader in this space. Need help?

  • We build a solid first version of your product
  • We train your development team
  • We rescue your project in trouble
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)