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 book lover

Growing Rails Applications in Practice

Check out our e-book. Learn to structure large Ruby on Rails codebases with the tools you already know and love.

  • Introduce design conventions for controllers and user-facing models
  • Create a system for growth
  • Build applications to last
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)