安装nvm
curl -o- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
在~/.bashrc
添加
1 | export NVM_DIR="$HOME/.nvm" |
自动切换node
在项目目录下建文件.nvmrc
1 | 10.16.3 |
curl -o- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
在~/.bashrc
添加
1 | export NVM_DIR="$HOME/.nvm" |
在项目目录下建文件.nvmrc
1 | 10.16.3 |