After i ran npm audit fix i started getting errors in my react native project
i can't start metro bundler, i can't run react native run android e.t.c
What should i do to save my project
For further actions, you may consider blocking this person and/or reporting abuse
Did you check in the code? Because then you can revert to the commit prior to the one you made the changes to.
Thank you It worked
Glad it worked
how do i clean node modules
just delete the node_modules folder.
I already ran npm install should I still go on and delete the folder
Please consider adding the
#helptag to your post to increase visibility. Hope you find your answer!Thanks
You move to latest version of react native. move back to old version of react native.
react-native": "0.59.2"