I am currently trying to run a simulation of a pre-built React Native project on my computer but I couldn't install NPM on the project. Every time I run 'npm install' on the root file of the project, I get the following error:
link to image --> https://i.stack.imgur.com/KDBwp.jpg <--
project directory --> https://i.stack.imgur.com/hj8lB.jpg <--
You can check out the error log here: https://drive.google.com/file/d/1d5EPCun60hjCYOn_GMTM7upQXSDu9Tq0/view?usp=sharing
I've tried uninstalling/reinstalling node and npm, but the problem still persists. I also tried updating pm2, but that doesn't work either. I do not have a very good understanding of how npm works, and honestly could not pin point where the actual problem is. Any help will be much appreciated!