windows版本nvm的安装和使用

Linux和mac上可以用nvm来管理node版本,但是该nvm不支持windows系统,遂再网上找了windows版本的nvm,附上使用方法。

以下ai内容均来自以下文章:

https://www.cnblogs.com/hamsterPP/p/8076131.html

 

电脑系统:系统win7 64位:

nvw-windows的官网:https://github.com/coreybutler/nvm-windows/releases

一、安装步骤:

下载:

首先从官网下载安装包 https://github.com/coreybutler/nvm-windows/releases,我下了一个setup版本的,下下来是个压缩包,解压后里面是一个exe,安装方式就如同一个常见的exe安装包,双击运行即可:

 

 

(一)安装:

1.双击exe开始安装:

 

2.下面这一步:配置nvm的安装位置,任意一个你喜欢的位置都可以。

 

3.设置node的symlink文件夹位置。这个文件夹的名字一定不能含有中文或空格!

 

 

4.如果在安装nvm之前,电脑上就已经安装有node的,会看到如下图,询问你是否用nvm管理已经存在的node版本。一定要选‘是’,这个弹窗可能会出现好几次,都点是。

5.安装完成。看到如下图:

 

(二)使用nvm:

1.检查nvm是否安装成功:

使用管理员权限打开一个命令行。输入

nvm v

会显示nvm的版本号,有则表示安装成功。

2. nvm各命令用法:(黏自官网)

nvm arch [32|64]: Show if node is running in 32 or 64 bit mode. Specify 32 or 64 to override the default architecture.

nvm install <version> [arch]: The version can be a node.js version or "latest" for the latest stable version. Optionally specify whether to install the 32 or 64 bit version (defaults to system arch). Set[arch]to "all" to install 32 AND 64 bit versions.

nvm list [available]: List the node.js installations. Typeavailableat the end to show a list of versions available for download.

nvm on: Enable node.js version management.

nvm off: Disable node.js version management (does not uninstall anything).

nvm proxy [url]: Set a proxy to use for downloads. Leave[url]blank to see the current proxy. Set[url]to "none" to remove the proxy.

nvm uninstall <version>: Uninstall a specific version.

nvm use <version> [arch]: Switch to use the specified version. Optionally specify 32/64bit architecture.nvm use <arch>will continue using the selected version, but switch to 32/64 bit mode based on the value supplied to<arch>. For information about usingusein a specific directory (or using.nvmrc), please refer toissue #16.

nvm root <path>: Set the directory where nvm should store different versions of node.js. If<path>is not set, the current root will be displayed.

nvm version: Displays the current running version of NVM for Windows.

nvm node_mirror <node_mirror_url>: Set the node mirror.People in China can use https://npm.taobao.org/mirrors/node/

nvm npm_mirror <npm_mirror_url>: Set the npm mirror.People in China can use https://npm.taobao.org/mirrors/npm/

 

3. nvm常用命令(个人对上述命令中的常用命令的一个总结和翻译):

 安装指定版本的node: nvm install 版本号

    比如安装8.9.3:

nvm install 8.9.3

 使用指定版本的node: nvm use 版本号

    比如使用8.9.3:

nvm use 8.9.3

 使用淘宝node镜像:nvm node_mirror

nvm node_mirror https://npm.taobao.org/mirrors/node/

使用淘宝npm镜像:nvm npm_mirror

nvm npm_mirror https://npm.taobao.org/mirrors/npm/

查看当前电脑上已经安装的全部node版本,正在使用中的版本号前有个星号:

nvm ls

查看可用的(可下载的)全部node版本:

nvm ls available

 

您好!对于Windows系统上的nvm(Node Version Manager)的安装使用,您可以按照以下步骤进行操作: 1. 下载nvm:首先,您需要从nvm的GitHub仓库(https://github.com/coreybutler/nvm-windows)上下载最新版本nvm。在页面上找到并点击"nvm-setup.zip"来下载它。 2. 安装nvm:下载完成后,解压zip文件,并运行其中的nvm-setup.exe进行安装。按照安装向导中的指引进行操作,选择安装目录和其他选项。 3. 配置环境变量:安装完成后,您需要配置nvm的环境变量。右键点击"我的电脑"(或"此电脑")图标,选择"属性",然后点击左侧的"高级系统设置"。在打开的窗口中点击"环境变量"按钮,然后在"系统变量"区域找到"Path"变量并编辑它。将nvm安装路径添加到变量值中(例如:"C:\Users\YourUserName\AppData\Roaming\nvm")。 4. 安装Node.js:打开命令提示符(或PowerShell),运行以下命令来安装Node.js: ``` nvm install latest ``` 这将安装最新版本的Node.js。您还可以使用其他命令来安装特定版本,如: ``` nvm install 14.17.3 ``` 5. 使用Node.js:安装完成后,您可以使用以下命令来切换和使用安装的Node.js版本: ``` nvm use <version> ``` 其中,<version>是您要使用的Node.js版本号。例如: ``` nvm use 14.17.3 ``` 您还可以使用以下命令来查看已安装的Node.js版本列表: ``` nvm list ``` 这样,您就可以在Windows系统上安装使用nvm来管理Node.js版本了。希望对您有所帮助!如果您有任何其他问题,请随时提问。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值