1. nvm

node 版本管理

1.1. 安装 nvm

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
source ~/.bashrc

1.2. 更新 nvm

(
  cd "$NVM_DIR"
  git fetch origin
  git checkout `git describe --abbrev=0 --tags --match "v[0-9]*" origin`
) && . "$NVM_DIR/nvm.sh"

1.3. 安装 node

nvm install --lts node

1.4. 临时切换 node

nvm use node

1.5. 永久切换 node

nvm alias default node

results matching ""

    No results matching ""