nvm(nodejs版本管理器)安装

type
status
date
slug
summary
tags
category
icon
password
注意事项: 1、不能安装任何node版本(如存在请删除后安装nvm);
安装步骤: 1、下载nvm
notion image
解压后点击exe文件进行安装: (1)同意相关协议内容:
notion image
2、点击下一步安装到 D:\\NVM 下
notion image
3、创建nodejs文件放在D:\NVM 下
notion image
4、点击next 一直点击 完成安装;
5、找到指定nvm打开后:
notion image
给该文件添加这两行命令:
环境变量配置: 点击计算机 右击点击属性 选择高级系统设置
notion image
点击环境变量
notion image
查看环境变量是否配置:
与如下配置(保持一致): 用户环境:
notion image
系统变量:
notion image
测试:
notion image
nvm -v 查看当前版本 nvm --config nvm list 查看已安装node版本列表 nvm install 版本号 下载对应node版本 nvm use 版本号 切换node版本 nvm on 开启nvm nvm off 关闭nvm
 
milvus向量数据库(Milvus vector database)禁止visual studio桌面弹出更新提示