Missing package "metro" in the project at D:\ReactNative\FirstProject. This usually means react-native
is not installed. Please verify that dependencies in package.json include "react-native" and run yarn
or npm install
.
Error: Missing package "metro" in the project at D:\ReactNative\FirstProject. This usually means react-native
is not installed. Please verify that dependencies in package.json include "react-native" and run yarn
or npm install
.
enter image description here
Metro is a development platform for React Native. This project acts as a JavaScript bundler; it manages assets, caches builds and performs hot module reloading. Watch the video. Metro focuses on improving the developer experience for the React Native community.
I had the same issue after installing
react-native-paper
After follow this steps all worked again
Remove node_modules
folder.
Install all dependencies again, run npm install
. If show any error Remove package-lock.json
.
Run npm start
again.
Happy coding.
you don't really need to delete node_modules folder.
just update it by typing:
1/ npm : npm install
or
2/ yarn : yarn install
in your terminal. That will update the node_modules folder content as well as creating all missing files without the need to reinstall it from scratch.
I deleted the folder "node_modules" then run "npm install" again. It worked for me.
I had this issue after I installed react-native-svg
Maybe there is some sort of naming conflict is causing this error? Deleting node_modules and running npm install again fixed it for me.
I was getting the same problem, after running 'npm install --global expo-cli' it solved the issue or you can run npm install
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With