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 阅读 42 喜欢 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


感谢支持!

赞赏支持
提交评论
评论信息 (请文明评论)
暂无评论,快来快来写想法...
推荐
在文件上传的时候,经常会对文件的mime进行限制,比如图片 image/jpg 等,让用户可以选择图片,而不是其他的文件。
新增需求:在tinymce上增加一个着重号的插件
最近折腾的少了,实在没的写了,大约三四个月没更新了,先水一篇。
web开发中,前台有时候会需要一个随机数或序列,通常来说,这个随机数可能只在当前页面中使用,并不需要太过严格,大体上重复率低即可。
通过jspdf ,我们可以将页面或图片生成pdf下载下来,如果是一些复杂的页面,我们可以将页面转成图片,然后把图片加入到pdf中,生成并下载。
错误:The operation is insecure . 在使用canvas的 toDataUrl的时候报错,看了很多资料,基本上都说是设置跨域,但是我一直都有的啊。其实,只是顺序错了,setAttribute('crossOrigin','Anonymous') 要在设置 src之前设置。
本文概括了递归、闭包、原型、继承,理清这些基本的概念,有助于你接纳更多的东西,我们会在下一个章节对函数进行更深入的讨论。
最近做个nodejs的项目,使用了thinkjs 3.0 的框架,编辑器为vs code ,之前用的好好的,每次 . 后都有提示的,可是使用了多模块后发现.. model的提示没有了..