简体   繁体   English

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

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

I'm trying moved node-modules and src to client folder and this error occur:我正在尝试将 node-modules 和 src 移动到客户端文件夹,并发生此错误:

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

and

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

Follow the mentioned steps按照提到的步骤

  1. Right-click on the project folder右键单击项目文件夹
  2. Go to properties -> Security Tab Go 到属性 -> 安全选项卡
  3. Select Users -> Edit Select 用户 -> 编辑
  4. In the Permission for Users section, Full control -> Give a check mark in Allow -> OK在用户权限部分,完全控制 -> 在允许中打勾 -> 确定
  5. Wait for Windows security to apply the new security rules等待 Windows 安全应用新的安全规则
  6. Click OK点击确定

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

相关问题 包裹.js。 错误 EPERM:不允许操作,重命名缓存 - Parcel.js. Error EPERM: operation not permitted, rename Cache 错误:EPERM:不允许操作,scandir - Error: EPERM: operation not permitted, scandir 错误:EPERM:不允许操作,统计 - Error: EPERM: operation not permitted, stat 在JavaScript中重命名返回“EPERM:operation not permitted” - Rename return “EPERM: operation not permitted” in JavaScript VS Code 无法重命名 Windows 10 上的文件夹。我收到“错误:EPERM:不允许操作,重命名...” - VS Code unable to rename folder on Windows 10. I get "Error: EPERM: operation not permitted, rename..." npm 错误! 错误:EPERM:不允许操作,取消链接 - npm ERR! Error: EPERM: operation not permitted, unlink 未捕获的错误:EPERM:不允许操作,写入 - Uncaught Error: EPERM: operation not permitted, write 反应本机应用程序; 启动打包程序时出错:错误:EPERM:不允许操作 - React Native application; Error starting packager: Error: EPERM: operation not permitted 错误:EPERM:运行 puppeteer JavaScript 节点时不允许操作 - Error: EPERM: operation not permitted while running puppeteer JavaScript node 错误:“EPERM:不允许操作”而删除目录不是空的 - Error: "EPERM: operation not permitted" while remove directory not emty
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM