繁体   English   中英

错误:EPERM:不允许操作,重命名

[英]Error: EPERM: operation not permitted, rename

我正在尝试将 node-modules 和 src 移动到客户端文件夹,并发生此错误:

'c:\Users\Admin\Desktop\ReactCode\soccer-life\src' -> 
'c:\Users\Admin\Desktop\ReactCode\soccer-life\client\src'

'c:\Users\Admin\Desktop\ReactCode\soccer-life\node-modules' -> 
'c:\Users\Admin\Desktop\ReactCode\soccer-life\client\node-modules'

按照提到的步骤

  1. 右键单击项目文件夹
  2. Go 到属性 -> 安全选项卡
  3. Select 用户 -> 编辑
  4. 在用户权限部分,完全控制 -> 在允许中打勾 -> 确定
  5. 等待 Windows 安全应用新的安全规则
  6. 点击确定

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM