未验证 提交 e9093356 编写于 作者: C Corey Butler 提交者: GitHub

Merge pull request #451 from alkuzad/alkuzad-patch-1

Define that NVM_PATH is for nvm
@echo off
set /P NVM_PATH="Enter the absolute path where the zip file is extracted/copied to: "
set /P NVM_PATH="Enter the absolute path where the nvm-windows zip file is extracted/copied to: "
set NVM_HOME=%NVM_PATH%
set NVM_SYMLINK=C:\Program Files\nodejs
setx /M NVM_HOME "%NVM_HOME%"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册