I am trying to set up for the react native. but whenever I update files it gives m error
enoent ENOENT: no such file or directory, open \'React Native/packa
In my specific case I was running npm install in the wrong directory. I thought I was in my project directory but was one level higher. This meant react was missing from installed packages (because there were none) and thus gave this error.
npm install
react