简体   繁体   中英

Error: EPERM: operation not permitted, rename

I'm trying moved node-modules and src to client folder and this error occur:

'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
  3. Select Users -> Edit
  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
  6. Click OK

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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