I have git dependencies in my package.json file. When I do sudo npm install in my react app folder, I get this error
npm ERR! code 1
This is not a proper fix (DON'T DO IT), but it worked for me. Go to superuser mode and then do npm install with sudo.
npm install
sudo
sudo su sudo npm install