用户工具

站点工具


frontend:nvm

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

后一修订版
前一修订版
frontend:nvm [2016/10/19 10:18] – 创建 memoryfrontend:nvm [2023/12/03 10:24] (当前版本) – 外部编辑 127.0.0.1
行 1: 行 1:
 ====== nvm ====== ====== nvm ======
  
-nvm - Node Version Manager - Simple bash script to manage multiple active node.js versions.+{{tag>nodejs}} 
 + 
 +nvm - Node Version Manager - Simple bash script to manage multiple active [[wp>Node.js|node.js]] versions.
  
 ===== Installation ===== ===== Installation =====
  
-curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash+<code bash> 
 +curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash 
 +</code>
  
 then add following lines to your profile: then add following lines to your profile:
行 54: 行 58:
  
   NVM_NODEJS_ORG_MIRROR=https://npm.taobao.org/mirrors/node nvm install [version]   NVM_NODEJS_ORG_MIRROR=https://npm.taobao.org/mirrors/node nvm install [version]
 +
 +===== Reference =====
 +
 +  * https://github.com/creationix/nvm
frontend/nvm.1476843499.txt.gz · 最后更改: 2023/12/03 10:24 (外部编辑)