wearmopa.blogg.se

Install nvm on ubuntu
Install nvm on ubuntu












Windows users: The process for installing nvm on Windows is different than what's shown below. The official documentation for how to install nvm, and some common trouble shooting tips, is in the project's README.

install nvm on ubuntu

If you're installing Node.js on your production environment you should consider using your OS's package manager, or your server tooling of choice, to install and lock the environment to a specific version of Node.js. Note: We do not recommend using nvm to install Node.js for production environments. Learn more about why we recommend using NVM in Overview: Manage Node.js Locally.

install nvm on ubuntu

To use it, you need to first install the bash script, and add it to your shell's $PATH. The nvm command is a POSIX-compliant bash script that makes it easier to manage multiple Node.js versions on a single environment. Install and manage a local installation of node using nvm.














Install nvm on ubuntu