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 阅读 114 喜欢 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开发中,前台有时候会需要一个随机数或序列,通常来说,这个随机数可能只在当前页面中使用,并不需要太过严格,大体上重复率低即可。
近期需求:将一棵树导出到excel中,树是ztree,通过插件Table2excel导出table到excel中。
最近做个nodejs的项目,使用了thinkjs 3.0 的框架,编辑器为vs code ,之前用的好好的,每次 . 后都有提示的,可是使用了多模块后发现.. model的提示没有了..
在开发过程中经常会碰到跨frame 去操作的需求,那么如何获得这个frame呢,这里写了一个工具类,用来通过name获得frame的jq对象
通过canvas可以进行画图实现一些动画效果等,今天练习下通过canvas来实现一个简易的电子画板,可以在白板上进行画画,然后指定不同的颜色、线条粗细,加载不同的背景以及擦除效果。
在我们web开发过程中经常会碰到针对table的一些dom操作,这里整理一下关于这方面的知识点。当然我们可以通过jquery这样的插件来处理,或许会更简单一些,不过现在简单说下原生JS是如何操作的
codewars上的一个题目,这里记录下解决方法。
前端时间搞了个小转码,放在后台,但是特别占带宽,想着能不能从前台把这个事搞定呢?读取图片的二进制,然后将字节流处理后重新生成图片展示处理啊。