This error generally occurs while the installation of a project in react-native. A possible fix for this issue is : Step 1: Delete the node modules folder from the project. Step 2: Reinstall node modules by using npm install command on the terminal....

No responses yet.