【发布时间】:2021-04-17 00:03:16
【问题描述】:
你可以安装 nvm 使用
卷曲:curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
wget:wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
或 Git:git clone https://github.com/creationix/nvm.git ~/.nvm
在one article,用户说“I like to always grab the git one if possible”
我想知道的:
-
这三种不同的方式安装nvm有什么区别吗?
-
正如文章作者所说,为什么用户更喜欢使用 Git?
【问题讨论】: