# tnvm **Repository Path**: xiaowu_wang/tnvm ## Basic Information - **Project Name**: tnvm - **Description**: The Node version manager - **Primary Language**: Shell - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-26 - **Last Updated**: 2023-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tnvm Taobao Node Version Manager ## Installation ```shell wget -O- https://raw.githubusercontent.com/aliyun-node/tnvm/master/install.sh | bash ``` 使用curl(Mac 已内置) ```shell bash -c "$(curl -fsSL https://raw.githubusercontent.com/aliyun-node/tnvm/master/install.sh)" ``` PS: 内网环境或者代理环境可在执行上述命令前增加执行, 使用wget获取文件 ``` export METHOD=script ``` 手动source rc文件或重新打开sh,即可启动。 如果遇到 ssl 证书问题, 尝试`wget`加上选项`--no-check-certificate` ## Usage Support `alinode`, `node` version manager `tnvm lookup` 查看 `alinode` 基于 `node` 的版本, 便于替换相应版本。 Example install alinode: * tnvm ls-remote alinode * tnvm lookup * tnvm install alinode-v1.0.1 * tnvm use alinode-v1.0.1 Example install node: * tnvm install node-v4.2.1 * tnvm use node-v4.2.1 More: * refer to `tnvm help` Note: * to remove, delete, or uninstall tnvm - just remove ~/.tnvm folders ## License tnvm is released under the MIT license.