【发布时间】:2023-03-10 11:13:01
【问题描述】:
我有两个版本的 node.js ,如下:-
Your environment has been set up for using Node.js 17.1.0 (x64) and npm.
C:\Windows\System32>nvm list
16.13.0
8.16.2
但是当我尝试使用第一个版本时,我得到了这个错误:-
C:\Windows\System32>nvm use 8.16.2
node v8.16.2 (64-bit) is not installed.
当我尝试使用第二个版本时,我得到了这个:-
C:\Windows\System32>nvm use 16.13.0
exit status 145: The directory is not empty.
那么发生了什么?谢谢
【问题讨论】: