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
Asked
Active
Viewed 249 times
1 Answers
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