nvm install 16.15.0 : The process cannot access the file because it is being used by another process

nvm install 16.15.0 : The process cannot access the file because it is being used by another process

月光魔力鸭

2024-11-14 17:43 阅读 194 喜欢 0

报错信息: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


感谢支持!

赞赏支持
提交评论
评论信息 (请文明评论)
暂无评论,快来快来写想法...
推荐
对于web开发过程中的JS对象 Array ,我们真的充分使用了么?是不是理解了Array的全部?能够在合适的地点调用合适的函数,使用合适的属性?
之前一直没面试过前端,今天有一个,先整理下需要问的问题和答案。这里都是一些简单的问题,关于当下比较流行的框架并没有涉及到..
项目中需要使用treegrid,找了下easyui 和 ext都有,但是项目用的框架是 byyui,如果为了treegrid 就把这些都加载的话,感觉不太合算。找了大家常用的基于jquery的treegrid.
最近做个nodejs的项目,使用了thinkjs 3.0 的框架,编辑器为vs code ,之前用的好好的,每次 . 后都有提示的,可是使用了多模块后发现.. model的提示没有了..
现象:在IOS中,jsp页面绑定的点击事件,点击后延迟很大,接近1000ms,反应很慢
近期需求:将一棵树导出到excel中,树是ztree,通过插件Table2excel导出table到excel中。
Question from codewar,about all of array combinations.
之前的时候都是在各大主机厂商手动进行申请免费的,直到阿里的免费期限变更为3个月.. 我就开始觉的有些麻烦了,还不如使用这个let's encrypt进行部署呢。