我在Windows 10系统中遇到了nvm的一个问题,同时尝试使用git bash使用nvm安装特定的节点版本。请找到下面的屏幕。
请在下面找到我遇到的错误:
$ nvm install v12.18.3
Can not determine how many core(s) are available, running in single-threaded mode.
Please report an issue on GitHub to help us make nvm run faster on your computer!
Local cache found: ${NVM_DIR}/.cache/src/node-v12.18.3/node-v12.18.3.tar.xz
Checksums match! Using existing downloaded archive ${NVM_DIR}/.cache/src/node-v12.18.3/node-v12.18.3.tar.xz
$>./configure --prefix=/c/Users/Subhojit/.nvm/versions/node/v12.18.3 <
which: no python2.7 in (/c/Users/Subhojit/bin:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/mingw64/bin:/usr/bin:/c/Users/Subhojit/bin:%PYTHON%:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/iCLS:/c/Program Files/Intel/Intel(R) Management Engine Components/iCLS:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/c/Program Files/Intel/WiFi/bin:/c/Program Files/Common Files/Intel/WirelessCommon:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/c/ProgramData/chocolatey/bin:/cmd:/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR:/c/Program Files/Microsoft VS Code/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/c/WINDOWS/System32/OpenSSH:/c/Users/Subhojit/AppData/Roaming/nvm:/c/Program Files/nodejs:/c/Users/Subhojit/AppData/Local/Microsoft/WindowsApps:/c/Program Files/heroku/bin:/c/Users/Subhojit/AppData/Roaming/nvm:/c/Program Files/nodejs:/usr/bin/vendor_perl:/usr/bin/core_perl:/c/Users/Subhojit/bin/win-sudo/s)
which: no python2 in (/c/Users/Subhojit/bin:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/mingw64/bin:/usr/bin:/c/Users/Subhojit/bin:%PYTHON%:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/iCLS:/c/Program Files/Intel/Intel(R) Management Engine Components/iCLS:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/c/Program Files/Intel/WiFi/bin:/c/Program Files/Common Files/Intel/WirelessCommon:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/c/ProgramData/chocolatey/bin:/cmd:/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR:/c/Program Files/Microsoft VS Code/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/c/WINDOWS/System32/OpenSSH:/c/Users/Subhojit/AppData/Roaming/nvm:/c/Program Files/nodejs:/c/Users/Subhojit/AppData/Local/Microsoft/WindowsApps:/c/Program Files/heroku/bin:/c/Users/Subhojit/AppData/Roaming/nvm:/c/Program Files/nodejs:/usr/bin/vendor_perl:/usr/bin/core_perl:/c/Users/Subhojit/bin/win-sudo/s)
./configure: line 3: /c/Users/Subhojit/AppData/Local/Microsoft/WindowsApps/python: Permission denied
./configure: line 3: /c/Users/Subhojit/AppData/Local/Microsoft/WindowsApps/python: Permission denied
nvm: install v12.18.3 failed!
任何有关此问题的帮助将不胜感激!