-2

Linked to the error screenshot

above is the screenshot for the error from git. I just simply type npm install, and it keeps giving me those errors. How should I fix it? many thanks

ha100
  • 1,563
  • 1
  • 21
  • 28
bobo wu
  • 3
  • 1
  • seems to be related to your antivirus https://stackoverflow.com/questions/39293636/npm-err-error-eperm-operation-not-permitted-rename – sheplu Dec 01 '18 at 00:45

1 Answers1

1

I see that your project is cloned in a OneDrive folder, and that may cause the issue as npm downloads lots of files on install. Try cloning and running npm install elsewhere, that may work.

Raul
  • 46
  • 1
  • 4
  • I solved the error by downloading the original files from github and install the packages again, then everything went well. thanks for your help – bobo wu Dec 04 '18 at 21:03