All posts tagged nvm

Install NVM CentOS

Step #1: Install NVM (Node Version Manager) Use the following curl command to kick-off the install script: curl https://raw.githubusercontent.com/creationix/nvm/v0.25.0/install.sh | bash At the time of publication, NVM v0.25.0 was the most recent version available. You should check the GitHub project page for the latest release of NVM, and adjust the . . . Read more

Không serve được Vue do Node version cũ

Cài node lại bằng nvm 1. Install NVM (Node Version Manager) To download the nvm install script run the following command: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash The script will clone the nvm repository from Github to ~/.nvm and add the script Path to your Bash or ZSH profile. => Close and reopen your terminal . . . Read more