您好,登錄后才能下訂單哦!
使用nvm進(jìn)行管理:
1、打開 https://github.com/creationix/nvm, 找到README.md中的:
To install or update nvm, you can use the install script using cURL:
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash
or Wget:
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash
2、復(fù)制標(biāo)紅命令到cmd窗口中執(zhí)行
3、安裝完成后cmd窗口最后會輸出:
=> Close and reopen your terminal to start using nvm or run the following to use it now:
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
將標(biāo)紅命令依次復(fù)制到命令行里執(zhí)行,完成環(huán)境適配
4、nvm完成安裝。執(zhí)行
nvm install 0.12.4
版本號可以依據(jù)自己需求進(jìn)行修改。
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。