-
将免安装压缩包
nvm-noinstall.zip
解压到指定目录,如:C:\nvm -
修改
install.cmd
:@echo off set /P NVM_PATH="Enter the absolute path where the nvm-windows zip file is extracted/copied to: " set NVM_HOME=%NVM_PATH% setx NVM_HOME "%NVM_HOME%" for /f "skip=2 tokens=2,*"
全栈笔记_工具篇(nvm免安装版自动配置,无需手动设置环境变量)
于 2024-02-23 21:58:14 首次发布