nvm-windows切换node版本提示exit status 1 The system cannot find the path specified.
nvm-windows切换node版本提示exit status 1: The system cannot find the path specified.
1 | D:\Users\th>nvm uninstall 16.14.2 |
解决方案:
原因是在安装时候选的那个目录不存在。所以这里要手动去建立一下nvm才能给软连接过去
1 | D:\Users\th>nvm uninstall 16.14.2 |
解决方案:
原因是在安装时候选的那个目录不存在。所以这里要手动去建立一下nvm才能给软连接过去