报错信息:nvm install 16.15.0 : The process cannot access the file because it is being used by another process
修改nvm
配置文件 settings.txt
,如下(仅供借鉴,请自行备份)
root: D:\soft\nvm\nvm
path: D:\soft\nodejs
proxy: none
node_mirror: https://npmmirror.com/mirrors/node/
npm_mirror: https://npmmirror.com/mirrors/npm/
之后删除重新执行.
nvm uninstall v16.15.0
nvm install v16.15.0
转载请注明出处: https://chrunlee.cn/article/nvm-install-another-process.html