Skip to main content

NodeJS

Two Node version managers are pre-installed: n and nvm. We recommend to use nvm to install custom NodeJS runtimes in the user's home directory, and n for system-wide installation of NodeJS.

To install a new version of NodeJS and set it as the default for the current user, run:

nvm install lts
nvm alias default lts

The package manager yarn and npm are pre-installed as well.