【发布时间】:2021-02-04 13:59:44
【问题描述】:
我已经在我的 windows 机器上安装了 nvm,并且使用 nvm,我安装了 2 个节点版本,但它不允许我更改版本。
Microsoft Windows [Version 10.0.16299.64]
(c) 2017 Microsoft Corporation. All rights reserved.
C:\Windows\system32>nvm use 12.18.0
exit status 1: 'C:\Users\Sarmad' is not recognized as an internal or external command,
operable program or batch file.
C:\Windows\system32>nvm version
1.1.7
C:\Windows\system32>nvm ls
* 15.8.0 (Currently using 64-bit executable)
12.18.0
C:\Windows\system32>nvm use 12.18.0
exit status 1: 'C:\Users\Ali' is not recognized as an internal or external command,
operable program or batch file.
【问题讨论】:
-
请先使用开发人员的 GitHub 页面检查这些问题,然后再求助于一般编程站点上的问题。您报告的是known issue,因为您使用的软件尚未编写为在目标操作系统上正常工作。
-
好的!谢谢@Compo