
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

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
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.